Searched refs:conn_hdl (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-2.7.6/components/bt/host/bluedroid/api/ |
D | esp_gattc_api.c | 177 uint16_t conn_hdl = BTC_GATT_CREATE_CONN_ID(gattc_if, conn_id); in esp_ble_gattc_get_service() local 178 return btc_ble_gattc_get_service(conn_hdl, svc_uuid, result, count, offset); in esp_ble_gattc_get_service() 200 uint16_t conn_hdl = BTC_GATT_CREATE_CONN_ID(gattc_if, conn_id); in esp_ble_gattc_get_all_char() local 201 return btc_ble_gattc_get_all_char(conn_hdl, start_handle, end_handle, result, count, offset); in esp_ble_gattc_get_all_char() 220 uint16_t conn_hdl = BTC_GATT_CREATE_CONN_ID(gattc_if, conn_id); in esp_ble_gattc_get_all_descr() local 221 return btc_ble_gattc_get_all_descr(conn_hdl, char_handle, result, count, offset); in esp_ble_gattc_get_all_descr() 243 uint16_t conn_hdl = BTC_GATT_CREATE_CONN_ID(gattc_if,conn_id); in esp_ble_gattc_get_char_by_uuid() local 244 …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() 263 uint16_t conn_hdl = BTC_GATT_CREATE_CONN_ID(gattc_if, conn_id); in esp_ble_gattc_get_descr_by_uuid() local 264 …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 …]
|