Structure representing the CBFC received data event.

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

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


lcid#

uint16_t rsi_ble_event_cbfc_rx_data_s::lcid

Local Channel Identifier (LCID)


len#

uint16_t rsi_ble_event_cbfc_rx_data_s::len

Length of the received data


data#

uint8_t rsi_ble_event_cbfc_rx_data_s::data[RSI_DEV_ATT_LEN]

Received data