Function esp_idf_svc::hal::sys::esp_ble_gattc_cache_clean

source ยท
pub unsafe extern "C" fn esp_ble_gattc_cache_clean(
    remote_bda: *mut u8,
) -> i32
Expand description

@brief Clean the service cache of this device in the gattc stack,

@param[in] remote_bda: remote device BD address.

@return - ESP_OK: success - other: failed