Function esp_idf_svc::sys::esp_ble_gap_config_local_privacy
source ยท pub unsafe extern "C" fn esp_ble_gap_config_local_privacy(
privacy_enable: bool,
) -> i32
Expand description
@brief Enable/disable privacy (including address resolution) on the local device
@param[in] privacy_enable - enable/disable privacy on remote device.
@return - ESP_OK : success - other : failed