Structure represents the remote BLE device information.
This structure is used to define the parameters for storing information about a remote BLE device, which includes its address, buffer counts, and synchronization mechanisms.
Public Attribute Documentation#
remote_dev_bd_addr#
uint8_t rsi_remote_ble_info_s::remote_dev_bd_addr[RSI_DEV_ADDR_LEN]
BD Address of the remote LE device
remote_dev_addr_type#
uint8_t rsi_remote_ble_info_s::remote_dev_addr_type
Address type of the remote LE device
expected_resp#
uint16_t rsi_remote_ble_info_s::expected_resp
Flag for checking expected remote response for each procedure
ble_buff_mutex#
osMutexId_t rsi_remote_ble_info_s::ble_buff_mutex
Mutex handle for avail_buf_info update