multiplex static method

L2CapChannelClientSocketMultiplexer multiplex(
  1. L2CapChannel channel
)

Creates a client side multiplexed socket over one channel.

The multiplexer now owns the channel.

Implementation

static L2CapChannelClientSocketMultiplexer multiplex(L2CapChannel channel) => L2CapChannelClientSocketMultiplexer(channel);