/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() 312 uint16_t end_handle, in esp_ble_gattc_get_char_by_uuid() 336 uint16_t end_handle, in esp_ble_gattc_get_descr_by_uuid() 377 uint16_t end_handle, in esp_ble_gattc_get_include_service() 401 uint16_t end_handle, in esp_ble_gattc_get_attr_count() 420 …_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() 475 uint16_t end_handle, in esp_ble_gattc_read_by_type()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_api.c | 359 void BTA_GATTC_GetAllChar(UINT16 conn_id, UINT16 start_handle, UINT16 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() 404 void BTA_GATTC_GetDescrByUUID(UINT16 conn_id, uint16_t start_handle, uint16_t end_handle, in BTA_GATTC_GetDescrByUUID() 435 void BTA_GATTC_GetIncludeService(UINT16 conn_id, UINT16 start_handle, UINT16 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() 456 … UINT16 start_handle, UINT16 end_handle, UINT16 char_handle, UINT16 *count) in BTA_GATTC_GetDBSizeByType() 474 void BTA_GATTC_GetGattDb(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, in BTA_GATTC_GetGattDb()
|
D | bta_gattc_cache.c | 849 UINT16 start_handle = 0, end_handle = 0; in bta_gattc_sdp_callback() local 1328 UINT16 start_handle, UINT16 end_handle, in bta_gattc_get_db_with_opration() 1498 UINT16 start_handle, UINT16 end_handle) in bta_gattc_get_db_size_with_type() 1616 UINT16 start_handle, UINT16 end_handle) in bta_gattc_get_db_size() 1695 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() 1714 … UINT16 start_handle, UINT16 end_handle, UINT16 char_handle, UINT16 *count) in bta_gattc_get_db_size_with_type_handle() 1759 UINT16 start_handle, UINT16 end_handle, in bta_gattc_get_gatt_db_impl() 1909 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 | 587 UINT16 start_handle, UINT16 end_handle) in bta_gattc_clear_notif_registration()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gattc.c | 356 uint16_t end_handle, in btc_ble_gattc_get_all_char() 413 uint16_t end_handle, in btc_ble_gattc_get_char_by_uuid() 445 uint16_t end_handle, in btc_ble_gattc_get_descr_by_uuid() 515 uint16_t end_handle, in btc_ble_gattc_get_include_service() 553 uint16_t end_handle, in btc_ble_gattc_get_attr_count() 566 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-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() 765 uint16_t end_handle; member
|
/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 1065 static void bt_mesh_gatts_foreach_attr(uint16_t start_handle, uint16_t end_handle, in bt_mesh_gatts_foreach_attr() 1129 uint16_t end_handle; member
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_gatt_defs.h | 651 uint16_t end_handle; /*!< Service end handle. */ member 660 uint16_t end_handle; /*!< Service end handle. */ member
|
D | esp_gattc_api.h | 126 uint16_t end_handle; /*!< Service end handle */ member
|
/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
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/ |
D | gatt_int.h | 231 UINT16 end_handle; /* Last handle number */ member
|