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#

uint8_t
uint8_t

Public Attribute Documentation#

process_type#

uint8_t rsi_ble_resolvlist_s::process_type

Type of process (for example, add, remove, clear)


remote_dev_addr_type#

uint8_t rsi_ble_resolvlist_s::remote_dev_addr_type

Address type of the remote device


remote_dev_addr#

uint8_t rsi_ble_resolvlist_s::remote_dev_addr[RSI_DEV_ADDR_LEN]

Address of the remote device


peer_irk#

uint8_t rsi_ble_resolvlist_s::peer_irk[16]

Identity Resolving Key (IRK) of the peer device


local_irk#

uint8_t rsi_ble_resolvlist_s::local_irk[16]

Identity Resolving Key (IRK) of the local device