/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_cache.c | 51 UINT16 start_handle, UINT16 end_handle); 849 UINT16 start_handle = 0, end_handle = 0; in bta_gattc_sdp_callback() local 862 end_handle = (UINT16) pe.params[1]; in bta_gattc_sdp_callback() 866 service_uuid.uu.uuid16, start_handle, end_handle); in bta_gattc_sdp_callback() 869 … if (GATT_HANDLE_IS_VALID(start_handle) && GATT_HANDLE_IS_VALID(end_handle) && in bta_gattc_sdp_callback() 874 end_handle, in bta_gattc_sdp_callback() 879 start_handle, end_handle); in bta_gattc_sdp_callback() 1130 cb_data.srvc_res.end_handle = p_cache->e_handle; in bta_gattc_search_service() 1316 p_attr->end_handle = e_handle; in bta_gattc_fill_gatt_db_el() 1328 UINT16 start_handle, UINT16 end_handle, in bta_gattc_get_db_with_opration() argument [all …]
|
D | bta_gattc_api.c | 359 void BTA_GATTC_GetAllChar(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, in BTA_GATTC_GetAllChar() argument 369 end_handle, in BTA_GATTC_GetAllChar() 389 void BTA_GATTC_GetCharByUUID(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, tBT_UUID char_… in BTA_GATTC_GetCharByUUID() argument 399 end_handle, in BTA_GATTC_GetCharByUUID() 404 void BTA_GATTC_GetDescrByUUID(UINT16 conn_id, uint16_t start_handle, uint16_t end_handle, in BTA_GATTC_GetDescrByUUID() argument 415 end_handle, in BTA_GATTC_GetDescrByUUID() 435 void BTA_GATTC_GetIncludeService(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, in BTA_GATTC_GetIncludeService() argument 445 end_handle, in BTA_GATTC_GetIncludeService() 450 void BTA_GATTC_GetDBSize(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, UINT16 *count) in BTA_GATTC_GetDBSize() argument 452 bta_gattc_get_db_size_handle(conn_id, start_handle, end_handle, count); in BTA_GATTC_GetDBSize() [all …]
|
D | bta_gattc_utils.c | 587 UINT16 start_handle, UINT16 end_handle) in bta_gattc_clear_notif_registration() argument 606 if (handle >= start_handle && handle <= end_handle) { in bta_gattc_clear_notif_registration()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_gattc.h | 210 uint16_t end_handle, 219 uint16_t end_handle, 225 uint16_t end_handle, 239 uint16_t end_handle, 247 uint16_t end_handle, 251 esp_gatt_status_t btc_ble_gattc_get_db(uint16_t conn_id, uint16_t start_handle, uint16_t end_handle,
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_gattc_api.h | 126 uint16_t end_handle; /*!< Service end handle */ member 479 uint16_t end_handle, 533 uint16_t end_handle, 562 uint16_t end_handle, 618 uint16_t end_handle, 649 uint16_t end_handle, 674 …_gattc_get_db(esp_gatt_if_t gattc_if, uint16_t conn_id, uint16_t start_handle, uint16_t end_handle, 725 uint16_t end_handle,
|
D | esp_gatt_defs.h | 651 uint16_t end_handle; /*!< Service end handle. */ member 660 uint16_t end_handle; /*!< Service end handle. */ member
|
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_gattc_api.c | 270 uint16_t end_handle, in esp_ble_gattc_get_all_char() argument 276 if ((start_handle == 0) && (end_handle == 0)) { in esp_ble_gattc_get_all_char() 286 return btc_ble_gattc_get_all_char(conn_hdl, start_handle, end_handle, result, count, offset); in esp_ble_gattc_get_all_char() 312 uint16_t end_handle, in esp_ble_gattc_get_char_by_uuid() argument 319 if (start_handle == 0 && end_handle == 0) { in esp_ble_gattc_get_char_by_uuid() 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() 336 uint16_t end_handle, in esp_ble_gattc_get_descr_by_uuid() argument 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() 377 uint16_t end_handle, in esp_ble_gattc_get_include_service() argument 384 if (start_handle == 0 && end_handle == 0) { in esp_ble_gattc_get_include_service() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gattc.c | 257 svc_result->end_handle = db[offset + i].end_handle; in btc_gattc_fill_gatt_db_conversion() 290 incl_result->incl_srvc_e_handle = db[offset + i].end_handle; in btc_gattc_fill_gatt_db_conversion() 356 uint16_t end_handle, in btc_ble_gattc_get_all_char() argument 363 BTA_GATTC_GetAllChar(conn_id, start_handle, end_handle, &db, &char_num); in btc_ble_gattc_get_all_char() 413 uint16_t end_handle, in btc_ble_gattc_get_char_by_uuid() argument 423 BTA_GATTC_GetCharByUUID(conn_id, start_handle, end_handle, bta_uuid, &db, &char_num); in btc_ble_gattc_get_char_by_uuid() 445 uint16_t end_handle, in btc_ble_gattc_get_descr_by_uuid() argument 459 BTA_GATTC_GetDescrByUUID(conn_id, start_handle, end_handle, in btc_ble_gattc_get_descr_by_uuid() 515 uint16_t end_handle, in btc_ble_gattc_get_include_service() argument 527 BTA_GATTC_GetIncludeService(conn_id, start_handle, end_handle, &bta_uuid, &db, &incl_num); in btc_ble_gattc_get_include_service() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_gatt_api.h | 68 UINT16 end_handle; member 336 UINT16 end_handle; member 914 extern void BTA_GATTC_GetAllChar(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, 920 extern void BTA_GATTC_GetCharByUUID(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, tBT_UUI… 923 extern void BTA_GATTC_GetDescrByUUID(UINT16 conn_id, uint16_t start_handle, uint16_t end_handle, 930 extern void BTA_GATTC_GetIncludeService(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, 933 extern void BTA_GATTC_GetDBSize(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, UINT16 *cou… 936 … UINT16 start_handle, UINT16 end_handle, UINT16 char_handle, UINT16 *count); 950 extern void BTA_GATTC_GetGattDb(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle,
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/ |
D | mesh_bearer_adapt.c | 161 uint16_t end_handle; /* Service attribute end handle */ member 312 …andle == conn_handle) && (bt_mesh_gattc_info[j].start_handle > bt_mesh_gattc_info[j].end_handle)) { in chr_disced() 322 …disc_all_dscs(conn_handle, bt_mesh_gattc_info[j].data_out_handle, bt_mesh_gattc_info[j].end_handle, in chr_disced() 325 …tc_disc_all_chrs(conn_handle, bt_mesh_gattc_info[j].start_handle, bt_mesh_gattc_info[j].end_handle, in chr_disced() 359 bt_mesh_gattc_info[i].end_handle = service->end_handle; in svc_disced() 378 bt_mesh_gattc_info[i].end_handle == 0x00 || in svc_disced() 379 (bt_mesh_gattc_info[i].start_handle > bt_mesh_gattc_info[i].end_handle)) { in svc_disced() 385 …tc_disc_all_chrs(conn_handle, bt_mesh_gattc_info[i].start_handle, bt_mesh_gattc_info[i].end_handle, in svc_disced() 1065 static void bt_mesh_gatts_foreach_attr(uint16_t start_handle, uint16_t end_handle, in bt_mesh_gatts_foreach_attr() argument 1078 attr->handle > end_handle) { in bt_mesh_gatts_foreach_attr() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/ |
D | bta_gattc_int.h | 534 …otif_registration(tBTA_GATTC_SERV *p_srcb, UINT16 conn_id, UINT16 start_handle, UINT16 end_handle); 549 extern void bta_gattc_get_db_size_handle(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, UI… 551 … UINT16 start_handle, UINT16 end_handle, UINT16 char_handle, UINT16 *count); 562 UINT16 start_handle, UINT16 end_handle, 566 extern void bta_gattc_get_gatt_db(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, btgatt_db…
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/ |
D | mesh_bearer_adapt.c | 88 uint16_t end_handle; /* Service attribute end handle */ member 701 static void bt_mesh_gatts_foreach_attr(uint16_t start_handle, uint16_t end_handle, in bt_mesh_gatts_foreach_attr() argument 714 attr->handle > end_handle) { in bt_mesh_gatts_foreach_attr() 765 uint16_t end_handle; member 780 value_len = sizeof(pdu.start_handle) + sizeof(pdu.end_handle); in bt_mesh_gatts_attr_read_included() 1376 bt_mesh_gattc_info[i].end_handle = p_data->srvc_res.end_handle; in bt_mesh_bta_gattc_cb() 1402 bt_mesh_gattc_info[i].end_handle == 0x00 || in bt_mesh_bta_gattc_cb() 1403 (bt_mesh_gattc_info[i].start_handle > bt_mesh_gattc_info[i].end_handle)) { in bt_mesh_bta_gattc_cb() 1418 … bt_mesh_gattc_info[i].start_handle, bt_mesh_gattc_info[i].end_handle, in bt_mesh_bta_gattc_cb() 1438 bt_mesh_gattc_info[i].end_handle, char_uuid, &result, &num); in bt_mesh_bta_gattc_cb() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_sr_hash.c | 218 printf("\tend_handle %d\n",p_db->end_handle-1); in gatts_show_local_database()
|
D | gatt_db.c | 83 p_db->end_handle = s_hdl + num_handle; in gatts_init_service_db() 1312 if (p_db->end_handle <= p_db->next_handle) { in allocate_attr_in_db() 1314 p_db->end_handle, p_db->next_handle); in allocate_attr_in_db()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/ |
D | gatt_int.h | 231 UINT16 end_handle; /* Last handle number */ member
|