Function esp_idf_sys::esp_ble_gattc_cache_get_addr_list

source ยท
pub unsafe extern "C" fn esp_ble_gattc_cache_get_addr_list(
    gattc_if: esp_gatt_if_t,
) -> esp_err_t
Expand description

@brief Get the address list which has store the attribute table in the gattc cache. There will callback ESP_GATTC_GET_ADDR_LIST_EVT event when get address list complete.

@param[in] gattc_if: Gatt client access interface. @return - ESP_OK: success - other: failed