Structure representing the BLE event for CBFC received data.
This structure is used to define the parameters for a BLE event that involves receiving data over a Circular Buffer Flow Control (CBFC) connection from a remote device.
Public Attributes#
uint8_t
Address of the remote device.
uint16_t
Local Channel Identifier (LCID)
uint16_t
Length of the received data.
uint8_t
Received data.
Public Attribute Documentation#
dev_addr#
uint8_t rsi_ble_event_cbfc_rx_data_s::dev_addr[RSI_DEV_ADDR_LEN]
Address of the remote device.
Definition at line
1237
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h
lcid#
uint16_t rsi_ble_event_cbfc_rx_data_s::lcid
Local Channel Identifier (LCID)
Definition at line
1239
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h
len#
uint16_t rsi_ble_event_cbfc_rx_data_s::len
Length of the received data.
Definition at line
1241
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h
data#
uint8_t rsi_ble_event_cbfc_rx_data_s::data[RSI_DEV_ATT_LEN]
Received data.
Definition at line
1243
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h