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

FieldDescription
peerIdAddrPeer identity address. Used to identify the peer device.
peerIrkIRK (Identity Resolving Key) of the peer device. Used for address resolution and privacy.
localIrkIRK of the local device. Used for generating Resolvable Private Addresses (RPAs).
privacyModePrivacy mode. Defines how the device will handle privacy for this peer. See Privacy modes for possible values.