/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_cache.c | 51 UINT16 start_handle, UINT16 end_handle); 839 UINT16 start_handle = 0, end_handle = 0; in bta_gattc_sdp_callback() local 852 end_handle = (UINT16) pe.params[1]; in bta_gattc_sdp_callback() 856 service_uuid.uu.uuid16, start_handle, end_handle); in bta_gattc_sdp_callback() 859 … if (GATT_HANDLE_IS_VALID(start_handle) && GATT_HANDLE_IS_VALID(end_handle) && in bta_gattc_sdp_callback() 864 end_handle, in bta_gattc_sdp_callback() 869 start_handle, end_handle); in bta_gattc_sdp_callback() 1112 cb_data.srvc_res.end_handle = p_cache->e_handle; in bta_gattc_search_service() 1298 p_attr->end_handle = e_handle; in bta_gattc_fill_gatt_db_el() 1310 UINT16 start_handle, UINT16 end_handle, in bta_gattc_get_db_with_opration() argument [all …]
|
D | bta_gattc_api.c | 347 void BTA_GATTC_GetAllChar(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, in BTA_GATTC_GetAllChar() argument 357 end_handle, in BTA_GATTC_GetAllChar() 377 void BTA_GATTC_GetCharByUUID(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, tBT_UUID char_… in BTA_GATTC_GetCharByUUID() argument 387 end_handle, in BTA_GATTC_GetCharByUUID() 392 void BTA_GATTC_GetDescrByUUID(UINT16 conn_id, uint16_t start_handle, uint16_t end_handle, in BTA_GATTC_GetDescrByUUID() argument 403 end_handle, in BTA_GATTC_GetDescrByUUID() 423 void BTA_GATTC_GetIncludeService(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, in BTA_GATTC_GetIncludeService() argument 433 end_handle, in BTA_GATTC_GetIncludeService() 438 void BTA_GATTC_GetDBSize(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, UINT16 *count) in BTA_GATTC_GetDBSize() argument 440 bta_gattc_get_db_size_handle(conn_id, start_handle, end_handle, count); in BTA_GATTC_GetDBSize() [all …]
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/ |
D | esp_gattc_api.c | 177 uint16_t end_handle, in esp_ble_gattc_get_all_char() argument 183 if ((start_handle == 0) && (end_handle == 0)) { in esp_ble_gattc_get_all_char() 193 return btc_ble_gattc_get_all_char(conn_hdl, start_handle, end_handle, result, count, offset); in esp_ble_gattc_get_all_char() 219 uint16_t end_handle, in esp_ble_gattc_get_char_by_uuid() argument 226 if (start_handle == 0 && end_handle == 0) { in esp_ble_gattc_get_char_by_uuid() 236 …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() 243 uint16_t end_handle, in esp_ble_gattc_get_descr_by_uuid() argument 256 …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() 284 uint16_t end_handle, in esp_ble_gattc_get_include_service() argument 291 if (start_handle == 0 && end_handle == 0) { in esp_ble_gattc_get_include_service() [all …]
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/ |
D | esp_gattc_api.h | 130 uint16_t end_handle; /*!< Service end handle */ member 422 uint16_t end_handle, 471 uint16_t end_handle, 498 uint16_t end_handle, 549 uint16_t end_handle, 576 uint16_t end_handle, 597 …_gattc_get_db(esp_gatt_if_t gattc_if, uint16_t conn_id, uint16_t start_handle, uint16_t end_handle, 638 uint16_t end_handle,
|
D | esp_gatt_defs.h | 445 …uint16_t end_handle; /*!< The service end handle, it's valid on… member 456 uint16_t end_handle; /*!< The end handle of the service */ member
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_gattc.h | 211 uint16_t end_handle, 220 uint16_t end_handle, 226 uint16_t end_handle, 240 uint16_t end_handle, 248 uint16_t end_handle, 252 esp_gatt_status_t btc_ble_gattc_get_db(uint16_t conn_id, uint16_t start_handle, uint16_t end_handle,
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gattc.c | 249 svc_result->end_handle = db[offset + i].end_handle; in btc_gattc_fill_gatt_db_conversion() 282 incl_result->incl_srvc_e_handle = db[offset + i].end_handle; in btc_gattc_fill_gatt_db_conversion() 348 uint16_t end_handle, in btc_ble_gattc_get_all_char() argument 355 BTA_GATTC_GetAllChar(conn_id, start_handle, end_handle, &db, &char_num); in btc_ble_gattc_get_all_char() 405 uint16_t end_handle, in btc_ble_gattc_get_char_by_uuid() argument 415 BTA_GATTC_GetCharByUUID(conn_id, start_handle, end_handle, bta_uuid, &db, &char_num); in btc_ble_gattc_get_char_by_uuid() 437 uint16_t end_handle, in btc_ble_gattc_get_descr_by_uuid() argument 451 BTA_GATTC_GetDescrByUUID(conn_id, start_handle, end_handle, in btc_ble_gattc_get_descr_by_uuid() 507 uint16_t end_handle, in btc_ble_gattc_get_include_service() argument 519 BTA_GATTC_GetIncludeService(conn_id, start_handle, end_handle, &bta_uuid, &db, &incl_num); in btc_ble_gattc_get_include_service() [all …]
|
/hal_espressif-3.6.0/examples/bluetooth/nimble/blecent/ |
D | README.md | 83 GATT procedure initiated: discover all characteristics; start_handle=1 end_handle=3 84 GATT procedure initiated: discover all characteristics; start_handle=20 end_handle=26 85 GATT procedure initiated: discover all characteristics; start_handle=40 end_handle=65535 86 GATT procedure initiated: discover all descriptors; chr_val_handle=42 end_handle=43 87 GATT procedure initiated: discover all descriptors; chr_val_handle=49 end_handle=65535 109 GATT procedure initiated: discover all characteristics; start_handle=1 end_handle=3 110 GATT procedure initiated: discover all characteristics; start_handle=20 end_handle=26 111 GATT procedure initiated: discover all characteristics; start_handle=40 end_handle=65535 112 GATT procedure initiated: discover all descriptors; chr_val_handle=42 end_handle=43 113 GATT procedure initiated: discover all descriptors; chr_val_handle=47 end_handle=65535
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_spp_client/ |
D | README.md | 108 I (3414) GATTC_SPP_DEMO: ESP_GATTC_SEARCH_RES_EVT: start_handle = 40, end_handle = 65535, UUID:0xab… 114 I (3464) GATTC_SPP_DEMO: attr_type = PRIMARY_SERVICE,attribute_handle=40,start_handle=40,end_handle… 115 I (3474) GATTC_SPP_DEMO: attr_type = CHARACTERISTIC,attribute_handle=42,start_handle=0,end_handle=0… 116 I (3484) GATTC_SPP_DEMO: attr_type = CHARACTERISTIC,attribute_handle=44,start_handle=0,end_handle=0… 117 I (3494) GATTC_SPP_DEMO: attr_type = DESCRIPTOR,attribute_handle=45,start_handle=0,end_handle=0,pro… 118 I (3504) GATTC_SPP_DEMO: attr_type = CHARACTERISTIC,attribute_handle=47,start_handle=0,end_handle=0… 119 I (3524) GATTC_SPP_DEMO: attr_type = CHARACTERISTIC,attribute_handle=49,start_handle=0,end_handle=0… 120 I (3534) GATTC_SPP_DEMO: attr_type = DESCRIPTOR,attribute_handle=50,start_handle=0,end_handle=0,pro…
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_gatt_api.h | 68 UINT16 end_handle; member 335 UINT16 end_handle; member 890 extern void BTA_GATTC_GetAllChar(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, 896 extern void BTA_GATTC_GetCharByUUID(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, tBT_UUI… 899 extern void BTA_GATTC_GetDescrByUUID(UINT16 conn_id, uint16_t start_handle, uint16_t end_handle, 906 extern void BTA_GATTC_GetIncludeService(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, 909 extern void BTA_GATTC_GetDBSize(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, UINT16 *cou… 912 … UINT16 start_handle, UINT16 end_handle, UINT16 char_handle, UINT16 *count); 926 extern void BTA_GATTC_GetGattDb(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle,
|
/hal_espressif-3.6.0/examples/bluetooth/nimble/ble_spp/spp_client/ |
D | README.md | 113 GATT procedure initiated: discover all characteristics; start_handle=1 end_handle=5 114 GATT procedure initiated: discover all characteristics; start_handle=6 end_handle=9 115 GATT procedure initiated: discover all characteristics; start_handle=10 end_handle=14 116 GATT procedure initiated: discover all characteristics; start_handle=15 end_handle=65535 117 GATT procedure initiated: discover all descriptors; chr_val_handle=8 end_handle=9 118 GATT procedure initiated: discover all descriptors; chr_val_handle=17 end_handle=18 119 GATT procedure initiated: discover all descriptors; chr_val_handle=20 end_handle=65535
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_spp_client/main/ |
D | spp_client_demo.c | 335 … = %d, UUID:0x%04x",p_data->search_res.start_handle,p_data->search_res.end_handle,p_data->search_r… in gattc_profile_event_handler() 337 spp_srv_end_handle = p_data->search_res.end_handle; in gattc_profile_event_handler() 429 …(db+i)->attribute_handle, (db+i)->start_handle, (db+i)->end_handle, (db+i)->properties, (db+i)->uu… in gattc_profile_event_handler() 433 …(db+i)->attribute_handle, (db+i)->start_handle, (db+i)->end_handle, (db+i)->properties, (db+i)->uu… in gattc_profile_event_handler() 437 …(db+i)->attribute_handle, (db+i)->start_handle, (db+i)->end_handle, (db+i)->properties, (db+i)->uu… in gattc_profile_event_handler() 441 …(db+i)->attribute_handle, (db+i)->start_handle, (db+i)->end_handle, (db+i)->properties, (db+i)->uu… in gattc_profile_event_handler() 445 …(db+i)->attribute_handle, (db+i)->start_handle, (db+i)->end_handle, (db+i)->properties, (db+i)->uu… in gattc_profile_event_handler() 449 …(db+i)->attribute_handle, (db+i)->start_handle, (db+i)->end_handle, (db+i)->properties, (db+i)->uu… in gattc_profile_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/nimble/throughput_app/blecent_throughput/ |
D | README.md | 76 GATT procedure initiated: discover all characteristics; start_handle=1 end_handle=5 77 GATT procedure initiated: discover all characteristics; start_handle=6 end_handle=9 78 GATT procedure initiated: discover all characteristics; start_handle=10 end_handle=65535 79 GATT procedure initiated: discover all descriptors; chr_val_handle=8 end_handle=9 80 GATT procedure initiated: discover all descriptors; chr_val_handle=14 end_handle=15 81 GATT procedure initiated: discover all descriptors; chr_val_handle=17 end_handle=65535
|
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/nimble_host/ |
D | mesh_bearer_adapt.c | 136 uint16_t end_handle; /* Service attribute end handle */ member 287 …andle == conn_handle) && (bt_mesh_gattc_info[j].start_handle > bt_mesh_gattc_info[j].end_handle)) { in chr_disced() 297 …disc_all_dscs(conn_handle, bt_mesh_gattc_info[j].data_out_handle, bt_mesh_gattc_info[j].end_handle, in chr_disced() 300 …tc_disc_all_chrs(conn_handle, bt_mesh_gattc_info[j].start_handle, bt_mesh_gattc_info[j].end_handle, in chr_disced() 334 bt_mesh_gattc_info[i].end_handle = service->end_handle; in svc_disced() 353 bt_mesh_gattc_info[i].end_handle == 0x00 || in svc_disced() 354 (bt_mesh_gattc_info[i].start_handle > bt_mesh_gattc_info[i].end_handle)) { in svc_disced() 360 …tc_disc_all_chrs(conn_handle, bt_mesh_gattc_info[i].start_handle, bt_mesh_gattc_info[i].end_handle, in svc_disced() 1021 static void bt_mesh_gatts_foreach_attr(uint16_t start_handle, uint16_t end_handle, in bt_mesh_gatts_foreach_attr() argument 1034 attr->handle > end_handle) { in bt_mesh_gatts_foreach_attr() [all …]
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/gatt/include/ |
D | bta_gattc_int.h | 510 …otif_registration(tBTA_GATTC_SERV *p_srcb, UINT16 conn_id, UINT16 start_handle, UINT16 end_handle); 525 extern void bta_gattc_get_db_size_handle(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, UI… 527 … UINT16 start_handle, UINT16 end_handle, UINT16 char_handle, UINT16 *count); 538 UINT16 start_handle, UINT16 end_handle, 542 extern void bta_gattc_get_gatt_db(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, btgatt_db…
|
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/ |
D | mesh_bearer_adapt.c | 88 uint16_t end_handle; /* Service attribute end handle */ member 677 static void bt_mesh_gatts_foreach_attr(uint16_t start_handle, uint16_t end_handle, in bt_mesh_gatts_foreach_attr() argument 690 attr->handle > end_handle) { in bt_mesh_gatts_foreach_attr() 741 uint16_t end_handle; member 756 value_len = sizeof(pdu.start_handle) + sizeof(pdu.end_handle); in bt_mesh_gatts_attr_read_included() 1347 bt_mesh_gattc_info[i].end_handle = p_data->srvc_res.end_handle; in bt_mesh_bta_gattc_cb() 1373 bt_mesh_gattc_info[i].end_handle == 0x00 || in bt_mesh_bta_gattc_cb() 1374 (bt_mesh_gattc_info[i].start_handle > bt_mesh_gattc_info[i].end_handle)) { in bt_mesh_bta_gattc_cb() 1389 … bt_mesh_gattc_info[i].start_handle, bt_mesh_gattc_info[i].end_handle, in bt_mesh_bta_gattc_cb() 1409 bt_mesh_gattc_info[i].end_handle, char_uuid, &result, &num); in bt_mesh_bta_gattc_cb() [all …]
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gattc_multi_connect/main/ |
D | gattc_multi_connect.c | 181 … handle value %d", p_data->search_res.start_handle, p_data->search_res.end_handle, p_data->search_… in gattc_profile_a_event_handler() 186 gl_profile_tab[PROFILE_A_APP_ID].service_end_handle = p_data->search_res.end_handle; in gattc_profile_a_event_handler() 381 … handle value %d", p_data->search_res.start_handle, p_data->search_res.end_handle, p_data->search_… in gattc_profile_b_event_handler() 386 gl_profile_tab[PROFILE_B_APP_ID].service_end_handle = p_data->search_res.end_handle; in gattc_profile_b_event_handler() 580 … handle value %d", p_data->search_res.start_handle, p_data->search_res.end_handle, p_data->search_… in gattc_profile_c_event_handler() 585 gl_profile_tab[PROFILE_C_APP_ID].service_end_handle = p_data->search_res.end_handle; in gattc_profile_c_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/nimble/ble_spp/spp_client/main/ |
D | peer.c | 250 return svc->svc.end_handle; in chr_end_handle() 409 svc->svc.end_handle, in peer_disc_chrs() 425 return svc->svc.end_handle <= svc->svc.start_handle; in peer_svc_is_empty() 477 svc->svc.end_handle >= attr_handle) { in peer_svc_find_range()
|
/hal_espressif-3.6.0/examples/bluetooth/nimble/blecent/main/ |
D | peer.c | 263 return svc->svc.end_handle; in chr_end_handle() 422 svc->svc.end_handle, in peer_disc_chrs() 438 return svc->svc.end_handle <= svc->svc.start_handle; in peer_svc_is_empty() 490 svc->svc.end_handle >= attr_handle) { in peer_svc_find_range()
|
/hal_espressif-3.6.0/examples/bluetooth/nimble/throughput_app/blecent_throughput/main/ |
D | peer.c | 250 return svc->svc.end_handle; in chr_end_handle() 410 svc->svc.end_handle, in peer_disc_chrs() 426 return svc->svc.end_handle <= svc->svc.start_handle; in peer_svc_is_empty() 478 svc->svc.end_handle >= attr_handle) { in peer_svc_find_range()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_client/ |
D | README.md | 70 … handle value %d", p_data->search_res.start_handle, p_data->search_res.end_handle, p_data->search_… 76 gl_profile_tab[PROFILE_X_APP_ID].service_end_handle = p_data->search_res.end_handle;
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_client/main/ |
D | gattc_demo.c | 145 … handle value %d", p_data->search_res.start_handle, p_data->search_res.end_handle, p_data->search_… in gattc_profile_event_handler() 150 gl_profile_tab[PROFILE_A_APP_ID].service_end_handle = p_data->search_res.end_handle; in gattc_profile_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_client/main/ |
D | example_ble_sec_gattc_demo.c | 198 … handle value %d", p_data->search_res.start_handle, p_data->search_res.end_handle, p_data->search_… in gattc_profile_event_handler() 203 gl_profile_tab[PROFILE_A_APP_ID].service_end_handle = p_data->search_res.end_handle; in gattc_profile_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/main/ |
D | ble50_sec_gattc_demo.c | 241 … handle value %d", p_data->search_res.start_handle, p_data->search_res.end_handle, p_data->search_… in gattc_profile_event_handler() 246 gl_profile_tab[PROFILE_A_APP_ID].service_end_handle = p_data->search_res.end_handle; in gattc_profile_event_handler()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_db.c | 81 p_db->end_handle = s_hdl + num_handle; in gatts_init_service_db() 1238 if (p_db->end_handle <= p_db->next_handle) { in allocate_attr_in_db() 1240 p_db->end_handle, p_db->next_handle); in allocate_attr_in_db()
|