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

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

uint8_t

Address type of the remote device.

uint8_t

Address of the remote device.

uint8_t

Identity Resolving Key (IRK) of the peer device.

uint8_t

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)


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.