esp_ble_gap_set_privacy_mode() function
This function set the privacy mode of the device in resolving list.
Arguments
addr_type
The address type of the peer identity address (BLE_ADDR_TYPE_PUBLIC or BLE_ADDR_TYPE_RANDOM).
addr
The peer identity address of the device.
mode
The privacy mode of the device.
Return value
- ESP_OK : success - other : failed
Notes
This feature is not supported on ESP32.