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


Definition at line 1095 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h

lcid#

uint16_t rsi_ble_cbfc_data_tx_s::lcid

Local Channel Identifier (LCID)


Definition at line 1097 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h

len#

uint16_t rsi_ble_cbfc_data_tx_s::len

Length of the data to be transmitted


Definition at line 1099 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h

data#

uint8_t rsi_ble_cbfc_data_tx_s::data[RSI_DEV_ATT_LEN]

Data to be transmitted


Definition at line 1101 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h