![]() |
S115 SoftDevice for nRF54L15/nRF54L10/nRF54L05 API documentation 10.0.0
|
Privacy. More...
Data Fields | |
| uint8_t | privacy_mode |
| uint8_t | private_addr_type |
| uint16_t | private_addr_cycle_s |
| ble_gap_irk_t * | p_device_irk |
Privacy.
The privacy feature provides a way for the device to avoid being tracked over a period of time. The privacy feature, when enabled, hides the local device identity and replaces it with a private address that is automatically refreshed at a specified interval. If a device still wants to be recognized by other peers, it needs to share it's Identity Resolving Key (IRK). With this key, a device can generate a random private address that can only be recognized by peers in possession of that key, and devices can establish connections without revealing their real identities. Both network privacy (@ref BLE_GAP_PRIVACY_MODE_NETWORK_PRIVACY) and device privacy (@ref BLE_GAP_PRIVACY_MODE_DEVICE_PRIVACY) are supported.