Function esp_idf_sys::esp_ble_gap_config_local_privacy

source ยท
pub unsafe extern "C" fn esp_ble_gap_config_local_privacy(
    privacy_enable: bool,
) -> esp_err_t
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