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
Field | Description |
---|---|
privacyAddrType | Privacy address type. See Address type. Only BLE_GAP_ADDR_TYPE_RANDOM_RESOLVABLE or BLE_GAP_ADDR_TYPE_RANDOM_NON_RESOLVABLE is allowed. |
addrTimeout | Timeout interval before the device changes Random Privacy Device Address. See RPA timeout. (Unit: 1 Second). |
localIrk | IRK (Identity Resolving Key) of the local device. Set to 0 to use default IRK. |