Function esp_idf_svc::sys::esp_ble_gattc_cache_get_addr_list

source ยท
pub unsafe extern "C" fn esp_ble_gattc_cache_get_addr_list(
    gattc_if: u8,
) -> i32
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