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
Field | Description |
---|---|
privacyAddrType | Type 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. |
addrTimeout | Time interval in seconds before the device changes its Random Private Address. Range defined by RPA timeouts. |
localIrk | Local IRK. If all zeros, the default IRK will be used. Used for generating own RPAs. |