Home
last modified time | relevance | path

Searched refs:ESP_GATTS_EXEC_WRITE_EVT (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-3.5.0/components/bt/host/bluedroid/api/include/api/
Desp_gatts_api.h31ESP_GATTS_EXEC_WRITE_EVT = 3, /*!< When gatt client request execute write, the even… enumerator
/hal_espressif-3.5.0/components/protocomm/src/simple_ble/
Dsimple_ble.c118 case ESP_GATTS_EXEC_WRITE_EVT: in gatts_profile_event_handler()
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/
Dmain.c323 case ESP_GATTS_EXEC_WRITE_EVT: in gatts_profile_a_event_handler()
470 case ESP_GATTS_EXEC_WRITE_EVT: in gatts_profile_b_event_handler()
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/gatt_server/main/
Dgatts_demo.c398 case ESP_GATTS_EXEC_WRITE_EVT: in gatts_profile_a_event_handler()
569 case ESP_GATTS_EXEC_WRITE_EVT: in gatts_profile_b_event_handler()
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/gatt_security_server/main/
Dexample_ble_sec_gatts_demo.c415 case ESP_GATTS_EXEC_WRITE_EVT: in gatts_profile_event_handler()
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/main/
Dble50_sec_gatts_demo.c369 case ESP_GATTS_EXEC_WRITE_EVT: in gatts_profile_event_handler()
/hal_espressif-3.5.0/examples/system/ota/advanced_https_ota/main/ble_helper/
Dbluedroid_gatts.c234 case ESP_GATTS_EXEC_WRITE_EVT: in gatts_profile_a_event_handler()
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/
Dgattc_gatts_coex.c678 case ESP_GATTS_EXEC_WRITE_EVT: in gatts_profile_a_event_handler()
815 case ESP_GATTS_EXEC_WRITE_EVT: in gatts_profile_b_event_handler()
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/main/
Dgatts_table_creat_demo.c428 case ESP_GATTS_EXEC_WRITE_EVT: in gatts_profile_event_handler()
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/
Dble_compatibility_test_case.md128 * The device prints the log: ``ESP_GATTS_EXEC_WRITE_EVT, Length=256`` and ``(4) ***** long write su…
/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/profile/std/battery/
Dbattery_prf.c198 case ESP_GATTS_EXEC_WRITE_EVT: { in bas_gatts_callback()
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/
Dble_compatibility_test.c547 case ESP_GATTS_EXEC_WRITE_EVT: in gatts_profile_event_handler()
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/ble_spp_server/main/
Dble_spp_server_demo.c558 case ESP_GATTS_EXEC_WRITE_EVT:{ in gatts_profile_event_handler()
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/main/
Dexample_ble_server_throughput.c456 case ESP_GATTS_EXEC_WRITE_EVT: in gatts_profile_a_event_handler()
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/
DGatt_Server_Example_Walkthrough.md904 …y sending an Executive Write Request. This command triggers an `ESP_GATTS_EXEC_WRITE_EVT` event. T…
907 case ESP_GATTS_EXEC_WRITE_EVT:
908 ESP_LOGI(GATTS_TAG,"ESP_GATTS_EXEC_WRITE_EVT");
/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c811 btc_gatts_cb_to_app(ESP_GATTS_EXEC_WRITE_EVT, gatts_if, &param); in btc_gatts_cb_handler()