connectToL2CapChannel method
Connects to the given PSM to establish L2CAP COC.
Implementation
Future<L2CapChannel> connectToL2CapChannel(int psm) => _BlePlatform.instance.centralManagerConnectToChannel(id, psm);
Connects to the given PSM to establish L2CAP COC.
Future<L2CapChannel> connectToL2CapChannel(int psm) => _BlePlatform.instance.centralManagerConnectToChannel(id, psm);