Structure represents the BLE Credit Based Flow Control (CBFC) data transmission.
This structure is used to define the parameters for a BLE CBFC data transmission, which includes the address of the remote device, the Local Channel Identifier (LCID), the length of the data to be transmitted, and the data to be transmitted.
Public Attributes#
uint8_t
Address of the remote device.
uint16_t
Local Channel Identifier (LCID)
uint16_t
Length of the data to be transmitted.
uint8_t
Data to be transmitted.