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 Attributes#
Type of process (for example, add, remove, clear)
Address type of the remote device.
Address of the remote device.
Identity Resolving Key (IRK) of the peer device.
Identity Resolving Key (IRK) of the local device.
Public Attribute Documentation#
process_type#
uint8_t rsi_ble_resolvlist_s::process_type
Type of process (for example, add, remove, clear)
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.
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.
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.
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.
928
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h