S140 SoftDevice v7.2.0
Macros
Privacy modes

Macros

#define BLE_GAP_PRIVACY_MODE_OFF   0x00
 
#define BLE_GAP_PRIVACY_MODE_DEVICE_PRIVACY   0x01
 
#define BLE_GAP_PRIVACY_MODE_NETWORK_PRIVACY   0x02
 

Detailed Description

Macro Definition Documentation

#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.


Documentation feedback | Developer Zone | Subscribe | Updated