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#

uint16_t
uint8_t
uint8_t
uint8_t
osMutexId_t

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


Definition at line 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


Definition at line 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


Definition at line 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


Definition at line 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


Definition at line 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


Definition at line 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


Definition at line 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


Definition at line 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


Definition at line 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


Definition at line 281 of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common.h