Home
last modified time | relevance | path

Searched refs:ESP_GATTS_ADD_CHAR_DESCR_EVT (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gatts_api.h38ESP_GATTS_ADD_CHAR_DESCR_EVT = 10, /*!< When add descriptor complete, the event comes */ enumerator
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/esp/wechat_AirSync/
Dwx_airsync_prf.c136 case ESP_GATTS_ADD_CHAR_DESCR_EVT: in airsync_profile_cb()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/esp/ble_button/
Dbutton_pro.c152 case ESP_GATTS_ADD_CHAR_DESCR_EVT: in button_profile_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/
Dmain.c364 case ESP_GATTS_ADD_CHAR_DESCR_EVT: in gatts_profile_a_event_handler()
509 case ESP_GATTS_ADD_CHAR_DESCR_EVT: in gatts_profile_b_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/main/
Dgatts_demo.c451 case ESP_GATTS_ADD_CHAR_DESCR_EVT: in gatts_profile_a_event_handler()
608 case ESP_GATTS_ADD_CHAR_DESCR_EVT: in gatts_profile_b_event_handler()
/hal_espressif-3.6.0/examples/system/ota/advanced_https_ota/main/ble_helper/
Dbluedroid_gatts.c287 case ESP_GATTS_ADD_CHAR_DESCR_EVT: in gatts_profile_a_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/
Dgattc_gatts_coex.c716 case ESP_GATTS_ADD_CHAR_DESCR_EVT: in gatts_profile_a_event_handler()
854 case ESP_GATTS_ADD_CHAR_DESCR_EVT: in gatts_profile_b_event_handler()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/battery/
Dbattery_prf.c145 case ESP_GATTS_ADD_CHAR_DESCR_EVT: { in bas_gatts_callback()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/main/
Dexample_ble_server_throughput.c518 case ESP_GATTS_ADD_CHAR_DESCR_EVT: in gatts_profile_a_event_handler()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c869 btc_gatts_cb_to_app(ESP_GATTS_ADD_CHAR_DESCR_EVT, gatts_if, &param); in btc_gatts_cb_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/
DGatt_Server_Example_Walkthrough.md586 Once the descriptor is added, the `ESP_GATTS_ADD_CHAR_DESCR_EVT` event is triggered, which in this …
589 case ESP_GATTS_ADD_CHAR_DESCR_EVT: