1.1.2.1.1.3.44 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

Resolving list.

Field Documentation

FieldDescription
peerIdAddrPeer identity address.
peerIrkIRK of the peer device.
localIrkIRK of the local device.
privacyModePrivacy mode. See Privacy mode.