Module bluer::l2cap[][src]

This is supported on crate feature l2cap only.
Expand description

Logical Link Control and Adaptation Protocol (L2CAP) sockets.

L2CAP sockets provide Bluetooth LE Connection Oriented Channels (CoC). This enables the efficient transfer of large data streams between two devices using socket-oriented programming.

Modules

Stream utility types.

Structs

An L2CAP datagram socket (connection-less, unreliable messages of a fixed maximum length).

L2CAP socket security.

An L2CAP sequential packet socket (sequenced, reliable, two-way connection-based data transmission path for datagrams of fixed maximum length).

An L2CAP socket server, listening for SeqPacket connections.

An L2CAP socket that has not yet been converted to a StreamListener, Stream, SeqPacketListener, SeqPacket or Datagram.

An L2CAP socket address.

An L2CAP stream between a local and remote socket (sequenced, reliable, two-way, connection-based).

An L2CAP socket server, listening for Stream connections.

Enums

L2CAP socket flow control mode.

L2CAP socket security level.

Constants

First unprivileged protocol service multiplexor (PSM).