Structure represents the BLE Credit Based Flow Control (CBFC) connection response.
This structure is used to define the parameters for a BLE CBFC connection response, which includes the address of the remote device, the Local Channel Identifier (LCID), and the result of the connection request.
Public Attributes#
uint8_t
Address of the remote device.
uint16_t
Local Channel Identifier (LCID)
uint8_t
Result of the connection request.
Public Attribute Documentation#
dev_addr#
uint8_t rsi_ble_cbfc_conn_resp_s::dev_addr[RSI_DEV_ADDR_LEN]
Address of the remote device.
Definition at line
1077
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h
lcid#
uint16_t rsi_ble_cbfc_conn_resp_s::lcid
Local Channel Identifier (LCID)
Definition at line
1079
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h
result#
uint8_t rsi_ble_cbfc_conn_resp_s::result
Result of the connection request.
Definition at line
1081
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h