1.1.2.1.1.3.41 BLE_GAP_LocalPrivacyParams_T

C

typedef struct BLE_GAP_LocalPrivacyParams_T
{
    uint8_t                 privacyAddrType;
    uint16_t                addrTimeout;
    uint8_t                 localIrk[16];
} BLE_GAP_LocalPrivacyParams_T;

Description

Privacy parameters.

Field Documentation

FieldDescription
privacyAddrTypePrivacy address type. See Address type. Only BLE_GAP_ADDR_TYPE_RANDOM_RESOLVABLE or BLE_GAP_ADDR_TYPE_RANDOM_NON_RESOLVABLE is allowed.
addrTimeoutTimeout interval before the device changes Random Privacy Device Address. See RPA timeout. (Unit: 1 Second).
localIrkIRK (Identity Resolving Key) of the local device. Set to 0 to use default IRK.