Home
last modified time | relevance | path

Searched defs:char_handle (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c384 uint16_t char_handle, in btc_ble_gattc_get_all_descr()
481 uint16_t char_handle, in btc_ble_gattc_get_descr_by_char_handle()
554 uint16_t char_handle, in btc_ble_gattc_get_attr_count()
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gattc_api.c291 uint16_t char_handle, in esp_ble_gattc_get_all_descr()
354 uint16_t char_handle, in esp_ble_gattc_get_descr_by_char_handle()
402 uint16_t char_handle, in esp_ble_gattc_get_attr_count()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_api.c374 void BTA_GATTC_GetAllDescriptor(UINT16 conn_id, UINT16 char_handle, in BTA_GATTC_GetAllDescriptor()
420 void BTA_GATTC_GetDescrByCharHandle(UINT16 conn_id, UINT16 char_handle, tBT_UUID descr_uuid, in BTA_GATTC_GetDescrByCharHandle()
456 … UINT16 start_handle, UINT16 end_handle, UINT16 char_handle, UINT16 *count) in BTA_GATTC_GetDBSizeByType()
Dbta_gattc_cache.c1324 UINT16 char_handle, in bta_gattc_get_db_with_opration()
1714 … UINT16 start_handle, UINT16 end_handle, UINT16 char_handle, UINT16 *count) in bta_gattc_get_db_size_with_type_handle()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gatt_defs.h666 uint16_t char_handle; /*!< Characteristic handle. */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c69 static uint16_t svc_handle, char_handle; variable