connectToL2CapChannel method

Future<L2CapChannel> connectToL2CapChannel(
  1. int psm
)

Connects to the given PSM to establish L2CAP COC.

Implementation

Future<L2CapChannel> connectToL2CapChannel(int psm) => _BlePlatform.instance.centralManagerConnectToChannel(id, psm);