Structure representing the BLE resolving list entry.
This structure is used to define the parameters for a BLE resolving list entry, which includes the type of process (for example, add, remove, clear), the address type and address of the remote device, and the Identity Resolving Keys (IRKs) of both the peer and local devices.
Public Attribute Documentation#
process_type#
uint8_t rsi_ble_resolvlist_s::process_type
Type of process (for example, add, remove, clear)
Definition at line
920
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h
remote_dev_addr_type#
uint8_t rsi_ble_resolvlist_s::remote_dev_addr_type
Address type of the remote device
Definition at line
922
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h
remote_dev_addr#
uint8_t rsi_ble_resolvlist_s::remote_dev_addr[RSI_DEV_ADDR_LEN]
Address of the remote device
Definition at line
924
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h
peer_irk#
uint8_t rsi_ble_resolvlist_s::peer_irk[16]
Identity Resolving Key (IRK) of the peer device
Definition at line
926
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h
local_irk#
uint8_t rsi_ble_resolvlist_s::local_irk[16]
Identity Resolving Key (IRK) of the local device
Definition at line
928
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h