Home
last modified time | relevance | path

Searched refs:conn_hdl (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gattc_api.c262 uint16_t conn_hdl = BTC_GATT_CREATE_CONN_ID(gattc_if, conn_id); in esp_ble_gattc_get_service() local
263 return btc_ble_gattc_get_service(conn_hdl, svc_uuid, result, count, offset); in esp_ble_gattc_get_service()
285 uint16_t conn_hdl = BTC_GATT_CREATE_CONN_ID(gattc_if, conn_id); in esp_ble_gattc_get_all_char() local
286 return btc_ble_gattc_get_all_char(conn_hdl, start_handle, end_handle, result, count, offset); in esp_ble_gattc_get_all_char()
305 uint16_t conn_hdl = BTC_GATT_CREATE_CONN_ID(gattc_if, conn_id); in esp_ble_gattc_get_all_descr() local
306 return btc_ble_gattc_get_all_descr(conn_hdl, char_handle, result, count, offset); in esp_ble_gattc_get_all_descr()
328 uint16_t conn_hdl = BTC_GATT_CREATE_CONN_ID(gattc_if,conn_id); in esp_ble_gattc_get_char_by_uuid() local
329 …return btc_ble_gattc_get_char_by_uuid(conn_hdl, start_handle, end_handle, char_uuid, result, count… in esp_ble_gattc_get_char_by_uuid()
348 uint16_t conn_hdl = BTC_GATT_CREATE_CONN_ID(gattc_if, conn_id); in esp_ble_gattc_get_descr_by_uuid() local
349 …return btc_ble_gattc_get_descr_by_uuid(conn_hdl, start_handle, end_handle, char_uuid, descr_uuid, … in esp_ble_gattc_get_descr_by_uuid()
[all …]