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 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.
263
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.
265
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.
267
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.
269
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.
271
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.
273
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.
275
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.
277
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.
279
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.
281
of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common.h