multiplex static method
Creates a client side multiplexed socket over one channel.
The multiplexer now owns the channel.
Implementation
static L2CapChannelClientSocketMultiplexer multiplex(L2CapChannel channel) => L2CapChannelClientSocketMultiplexer(channel);