Function esp_idf_svc::hal::sys::esp_ble_gattc_cache_refresh

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

@brief Refresh the server cache store in the gattc stack of the remote device. If the device is connected, this API will restart the discovery of service information of the remote device

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

@return - ESP_OK: success - other: failed