/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_api.c | 347 void BTA_GATTC_GetAllChar(UINT16 conn_id, UINT16 start_handle, UINT16 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() 392 void BTA_GATTC_GetDescrByUUID(UINT16 conn_id, uint16_t start_handle, uint16_t end_handle, in BTA_GATTC_GetDescrByUUID() 423 void BTA_GATTC_GetIncludeService(UINT16 conn_id, UINT16 start_handle, UINT16 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() 444 … UINT16 start_handle, UINT16 end_handle, UINT16 char_handle, UINT16 *count) in BTA_GATTC_GetDBSizeByType() 462 void BTA_GATTC_GetGattDb(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, in BTA_GATTC_GetGattDb()
|
D | bta_gattc_cache.c | 839 UINT16 start_handle = 0, end_handle = 0; in bta_gattc_sdp_callback() local 1310 UINT16 start_handle, UINT16 end_handle, in bta_gattc_get_db_with_opration() 1480 UINT16 start_handle, UINT16 end_handle) in bta_gattc_get_db_size_with_type() 1598 UINT16 start_handle, UINT16 end_handle) in bta_gattc_get_db_size() 1677 void bta_gattc_get_db_size_handle(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, UINT16 *c… in bta_gattc_get_db_size_handle() 1696 … UINT16 start_handle, UINT16 end_handle, UINT16 char_handle, UINT16 *count) in bta_gattc_get_db_size_with_type_handle() 1741 UINT16 start_handle, UINT16 end_handle, in bta_gattc_get_gatt_db_impl() 1891 void bta_gattc_get_gatt_db(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, btgatt_db_elemen… in bta_gattc_get_gatt_db()
|
D | bta_gattc_utils.c | 571 UINT16 start_handle, UINT16 end_handle) in bta_gattc_clear_notif_registration()
|
/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() 219 uint16_t end_handle, in esp_ble_gattc_get_char_by_uuid() 243 uint16_t end_handle, in esp_ble_gattc_get_descr_by_uuid() 284 uint16_t end_handle, in esp_ble_gattc_get_include_service() 308 uint16_t end_handle, in esp_ble_gattc_get_attr_count() 327 …_gattc_get_db(esp_gatt_if_t gattc_if, uint16_t conn_id, uint16_t start_handle, uint16_t end_handle, in esp_ble_gattc_get_db() 378 uint16_t end_handle, in esp_ble_gattc_read_by_type()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gattc.c | 348 uint16_t end_handle, in btc_ble_gattc_get_all_char() 405 uint16_t end_handle, in btc_ble_gattc_get_char_by_uuid() 437 uint16_t end_handle, in btc_ble_gattc_get_descr_by_uuid() 507 uint16_t end_handle, in btc_ble_gattc_get_include_service() 545 uint16_t end_handle, in btc_ble_gattc_get_attr_count() 558 esp_gatt_status_t btc_ble_gattc_get_db(uint16_t conn_id, uint16_t start_handle, uint16_t end_handle, in btc_ble_gattc_get_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() 741 uint16_t end_handle; member
|
/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 1021 static void bt_mesh_gatts_foreach_attr(uint16_t start_handle, uint16_t end_handle, in bt_mesh_gatts_foreach_attr() 1085 uint16_t end_handle; member
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/ |
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
|
D | esp_gattc_api.h | 130 uint16_t end_handle; /*!< Service end handle */ member
|
/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
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/gatt/include/ |
D | gatt_int.h | 231 UINT16 end_handle; /* Last handle number */ member
|