Reasons for changing the address
C
#define BLE_GAP_EXT_ADV_ADDR_CHG_WTIH_ADV_DATA (1 << 0) #define BLE_GAP_EXT_ADV_ADDR_CHG_WTIH_SCAN_RESP_DATA (1 << 1)
Description
Defines the reason for changing the address.
Macro Definition
| Macro | Description |
|---|---|
| BLE_GAP_EXT_ADV_ADDR_CHG_WTIH_ADV_DATA | Indicates to change the address whenever the advertising data changes. |
| BLE_GAP_EXT_ADV_ADDR_CHG_WTIH_SCAN_RESP_DATA | Indicates to change the address whenever the scan response data changes. |
