connectSingle static method

Socket connectSingle(
  1. L2CapChannel channel
)

Creates an exclusive socket for one channel.

The socket now owns the channel.

Implementation

static Socket connectSingle(L2CapChannel channel) => _L2CapChannelSocket(channel);