Home
last modified time | relevance | path

Searched refs:ESP_GATTS_DISCONNECT_EVT (Results 1 – 18 of 18) sorted by relevance

/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/
Dble_compatibility_test_case.md162 * Your phone breaks the connection, and the device outputs the log: `ESP_GATTS_DISCONNECT_EVT`.
174 * ESP device outputs the log: ``ESP_GATTS_DISCONNECT_EVT, reason = (0) ***** advertising start succ…
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gatts_api.h43ESP_GATTS_DISCONNECT_EVT = 15, /*!< When gatt client disconnect, the event comes */ enumerator
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/esp/wechat_AirSync/
Dwx_airsync_prf.c145 case ESP_GATTS_DISCONNECT_EVT: in airsync_profile_cb()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/esp/ble_button/
Dbutton_pro.c167 case ESP_GATTS_DISCONNECT_EVT: in button_profile_cb()
/hal_espressif-3.6.0/components/protocomm/src/simple_ble/
Dsimple_ble.c145 case ESP_GATTS_DISCONNECT_EVT: in gatts_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/
Dmain.c382 case ESP_GATTS_DISCONNECT_EVT: in gatts_profile_a_event_handler()
535 case ESP_GATTS_DISCONNECT_EVT: in gatts_profile_b_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/main/
Dgatts_demo.c481 case ESP_GATTS_DISCONNECT_EVT: in gatts_profile_a_event_handler()
634 case ESP_GATTS_DISCONNECT_EVT: in gatts_profile_b_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/main/
Dexample_ble_sec_gatts_demo.c434 case ESP_GATTS_DISCONNECT_EVT: in gatts_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/main/
Dble50_sec_gatts_demo.c388 case ESP_GATTS_DISCONNECT_EVT: in gatts_profile_event_handler()
/hal_espressif-3.6.0/examples/system/ota/advanced_https_ota/main/ble_helper/
Dbluedroid_gatts.c317 case ESP_GATTS_DISCONNECT_EVT: in gatts_profile_a_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/
Dgattc_gatts_coex.c734 case ESP_GATTS_DISCONNECT_EVT: in gatts_profile_a_event_handler()
880 case ESP_GATTS_DISCONNECT_EVT: in gatts_profile_b_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/main/
Dgatts_table_creat_demo.c455 case ESP_GATTS_DISCONNECT_EVT: in gatts_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_spp_server/main/
Dble_spp_server_demo.c589 case ESP_GATTS_DISCONNECT_EVT: in gatts_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/
Dble_compatibility_test.c566 case ESP_GATTS_DISCONNECT_EVT: in gatts_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/
Dhid_device_le_prf.c586 case ESP_GATTS_DISCONNECT_EVT: { in esp_hidd_prf_cb_hdl()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/main/
Dexample_ble_server_throughput.c550 case ESP_GATTS_DISCONNECT_EVT: in gatts_profile_a_event_handler()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c908 btc_gatts_cb_to_app(ESP_GATTS_DISCONNECT_EVT, gatts_if, &param); in btc_gatts_cb_handler()
/hal_espressif-3.6.0/components/esp_hid/src/
Dble_hidd.c493 case ESP_GATTS_DISCONNECT_EVT: { in hid_event_handler()