We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca4d11 commit 3c8446eCopy full SHA for 3c8446e
1 file changed
Sources/CombineCoreBluetooth/Models/L2CAPChannel.swift
@@ -3,7 +3,7 @@ import CoreBluetooth
3
4
public struct L2CAPChannel {
5
// Need to keep a reference to this so the system doesn't close the channel
6
- let rawValue: CBL2CAPChannel
+ let rawValue: CBL2CAPChannel?
7
public let peer: Peer
8
public let inputStream: InputStream
9
public let outputStream: OutputStream
0 commit comments