Function esp_idf_sys::esp_ble_gattc_cache_clean
source ยท pub unsafe extern "C" fn esp_ble_gattc_cache_clean(
remote_bda: *mut u8,
) -> esp_err_t
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