peripheral(_:didOpen:error:)
Delivers the result of an attempt to open an L2CAP channel.
Declaration
optional func peripheral(_ peripheral: CBPeripheral, didOpen channel: CBL2CAPChannel?, error: (any Error)?)Discussion
This method delivers the result of a previous call to openL2CAPChannel(_:).