BLE_GAP_ResolvingListParams_T
C
typedef struct BLE_GAP_ResolvingListParams_T { BLE_GAP_Addr_T peerIdAddr; uint8_t peerIrk[16]; uint8_t localIrk[16]; uint8_t privacyMode; } BLE_GAP_ResolvingListParams_T;
Description
Structure for configuring resolving list.
Field Documentation
Field | Description |
---|---|
peerIdAddr | Peer identity address. Used to identify the peer device. |
peerIrk | IRK (Identity Resolving Key) of the peer device. Used for address resolution and privacy. |
localIrk | IRK of the local device. Used for generating Resolvable Private Addresses (RPAs). |
privacyMode | Privacy mode. Defines how the device will handle privacy for this peer. See Privacy modes for possible values. |