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

Structure for configuring privacy parameters.

Field Documentation

FieldDescription
privacyAddrTypeType of the private address. Only resolvable (BLE_GAP_ADDR_TYPE_RANDOM_RESOLVABLE) or non-resolvable (BLE_GAP_ADDR_TYPE_RANDOM_NON_RESOLVABLE) random addresses are allowed.
addrTimeoutTime interval in seconds before the device changes its Random Private Address. Range defined by RPA timeouts.
localIrkLocal IRK. If all zeros, the default IRK will be used. Used for generating own RPAs.