Home
last modified time | relevance | path

Searched refs:ESP_GATT_DB_DESCRIPTOR (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c267 case ESP_GATT_DB_DESCRIPTOR: { in btc_gattc_fill_gatt_db_conversion()
392 …btc_gattc_fill_gatt_db_conversion(*count, descr_num, ESP_GATT_DB_DESCRIPTOR, offset, (void *)resul… in btc_ble_gattc_get_all_descr()
461 …btc_gattc_fill_gatt_db_conversion(*count, descr_num, ESP_GATT_DB_DESCRIPTOR, 0, (void *)result, db… in btc_ble_gattc_get_descr_by_uuid()
493 …btc_gattc_fill_gatt_db_conversion(*count, descr_num, ESP_GATT_DB_DESCRIPTOR, 0, (void *)result, db… in btc_ble_gattc_get_descr_by_char_handle()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gatt_defs.h425ESP_GATT_DB_DESCRIPTOR, /*!< Gattc characteristic descriptor attri… enumerator
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gattc_multi_connect/main/
Dgattc_multi_connect.c245 ESP_GATT_DB_DESCRIPTOR, in gattc_profile_a_event_handler()
447 ESP_GATT_DB_DESCRIPTOR, in gattc_profile_b_event_handler()
645 ESP_GATT_DB_DESCRIPTOR, in gattc_profile_c_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_client/main/
Dgattc_demo.c219 ESP_GATT_DB_DESCRIPTOR, in gattc_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_client/main/
Dexample_ble_client_throughput.c249 ESP_GATT_DB_DESCRIPTOR, in gattc_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_client/main/
Dexample_ble_sec_gattc_demo.c278 ESP_GATT_DB_DESCRIPTOR, in gattc_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/main/
Dble50_sec_gattc_demo.c321 ESP_GATT_DB_DESCRIPTOR, in gattc_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_spp_client/main/
Dspp_client_demo.c439 case ESP_GATT_DB_DESCRIPTOR: in gattc_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ancs/main/
Dble_ancs_demo.c453 ESP_GATT_DB_DESCRIPTOR, in gattc_profile_event_handler()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/
Desp_gattc_api.c314 if ((start_handle == 0 && end_handle == 0) && (type != ESP_GATT_DB_DESCRIPTOR)) { in esp_ble_gattc_get_attr_count()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_client/tutorial/
DGatt_Client_Example_Walkthrough.md620 …ic handle (this parameter is only valid when the type is set to `ESP_GATT_DB_DESCRIPTOR`.) and out…
648 ESP_GATT_DB_DESCRIPTOR,
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/
Dgattc_gatts_coex.c427 ESP_GATT_DB_DESCRIPTOR, in gattc_profile_event_handler()