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
uint16_t
uint16_t
uint8_t

Public Attribute Documentation#

dev_addr#

uint8_t rsi_ble_cbfc_data_tx_s::dev_addr[RSI_DEV_ADDR_LEN]

Address of the remote device


lcid#

uint16_t rsi_ble_cbfc_data_tx_s::lcid

Local Channel Identifier (LCID)


len#

uint16_t rsi_ble_cbfc_data_tx_s::len

Length of the data to be transmitted


data#

uint8_t rsi_ble_cbfc_data_tx_s::data[RSI_DEV_ATT_LEN]

Data to be transmitted