1.2.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
| Field | Description |
|---|---|
| peerIdAddr | Peer identity address. |
| peerIrk | IRK of the peer device. |
| localIrk | IRK of the local device. |
| privacyMode | Privacy mode. See Privacy mode. |
