![]() |
S312 SoftDevice
v6.1.1
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S312 SoftDevice API | S332 SoftDevice API | S340 SoftDevice API |
Macros | |
#define | BLE_GAP_PRIVACY_MODE_OFF 0x00 |
#define | BLE_GAP_PRIVACY_MODE_DEVICE_PRIVACY 0x01 |
#define | BLE_GAP_PRIVACY_MODE_NETWORK_PRIVACY 0x02 |
#define BLE_GAP_PRIVACY_MODE_DEVICE_PRIVACY 0x01 |
Device will send and accept only private addresses for its own address.
#define BLE_GAP_PRIVACY_MODE_NETWORK_PRIVACY 0x02 |
Device will send and accept only private addresses for its own address, and will not accept a peer using identity address as sender address when the peer IRK is exchanged, non-zero and added to the identity list.
#define BLE_GAP_PRIVACY_MODE_OFF 0x00 |
Device will send and accept its identity address for its own address.