Structure representing the remote BLE device information.
This structure is used to define the parameters for storing information about a remote BLE device, including its address, buffer counts, and synchronization mechanisms.
Public Attributes#
BD Address of the remote LE device.
Address type of the remote LE device.
Available Buffer Count.
Max Buffer Count.
Max Buffer Length.
Flag for dev info used or not.
Flag for checking command in use.
Flag for checking expected remote response for each procedure.
Buffer config mode.
Mutex handle for avail_buf_info update.
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.
245
of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common.h
remote_dev_addr_type#
uint8_t rsi_remote_ble_info_s::remote_dev_addr_type
Address type of the remote LE device.
247
of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common.h
avail_buf_cnt#
uint8_t rsi_remote_ble_info_s::avail_buf_cnt
Available Buffer Count.
249
of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common.h
max_buf_cnt#
uint8_t rsi_remote_ble_info_s::max_buf_cnt
Max Buffer Count.
251
of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common.h
max_buf_len#
uint16_t rsi_remote_ble_info_s::max_buf_len
Max Buffer Length.
253
of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common.h
used#
uint8_t rsi_remote_ble_info_s::used
Flag for dev info used or not.
255
of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common.h
cmd_in_use#
uint8_t rsi_remote_ble_info_s::cmd_in_use
Flag for checking command in use.
257
of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common.h
expected_resp#
uint16_t rsi_remote_ble_info_s::expected_resp
Flag for checking expected remote response for each procedure.
259
of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common.h
mode#
uint8_t rsi_remote_ble_info_s::mode
Buffer config mode.
261
of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common.h
ble_buff_mutex#
osMutexId_t rsi_remote_ble_info_s::ble_buff_mutex
Mutex handle for avail_buf_info update.
263
of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common.h