Crate bt_rfcomm
Source - frame
- The definitions for RFCOMM frames - the basic unit of data in RFCOMM.
- profile
- Convenience helpers for the
bredr.Profile
API RFCOMM operations.
- DLCI
- Identifier for a direct link connection (DLC) between devices.
- ServerChannel
- The Server Channel number associated with an RFCOMM channel.
- RfcommError
- Errors that occur during the usage of the RFCOMM library.
- Role
- The Role assigned to a device in an RFCOMM Session.
- max_packet_size_from_l2cap_mtu
- Returns the maximum RFCOMM packet size that can be used for the provided L2CAP
mtu
.
It is assumed that mtu
is a valid L2CAP MTU.