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/ |
D | btc_gattc.c | 267 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/ |
D | esp_gatt_defs.h | 425 …ESP_GATT_DB_DESCRIPTOR, /*!< Gattc characteristic descriptor attri… enumerator
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gattc_multi_connect/main/ |
D | gattc_multi_connect.c | 245 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/ |
D | gattc_demo.c | 219 ESP_GATT_DB_DESCRIPTOR, in gattc_profile_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_client/main/ |
D | example_ble_client_throughput.c | 249 ESP_GATT_DB_DESCRIPTOR, 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 | 278 ESP_GATT_DB_DESCRIPTOR, 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 | 321 ESP_GATT_DB_DESCRIPTOR, in gattc_profile_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_spp_client/main/ |
D | spp_client_demo.c | 439 case ESP_GATT_DB_DESCRIPTOR: in gattc_profile_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ancs/main/ |
D | ble_ancs_demo.c | 453 ESP_GATT_DB_DESCRIPTOR, in gattc_profile_event_handler()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/ |
D | esp_gattc_api.c | 314 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/ |
D | Gatt_Client_Example_Walkthrough.md | 620 …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/ |
D | gattc_gatts_coex.c | 427 ESP_GATT_DB_DESCRIPTOR, in gattc_profile_event_handler()
|