Home
last modified time | relevance | path

Searched refs:gatts_event_handler (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-3.4.0/examples/system/ota/advanced_https_ota/main/ble_helper/include/
Dbluedroid_gatts.h78 void gatts_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatts_cb_param…
/hal_espressif-3.4.0/examples/system/ota/advanced_https_ota/main/ble_helper/
Dble_api.c60 err = esp_ble_gatts_register_callback(gatts_event_handler); in esp_ble_helper_init()
Dbluedroid_gatts.c382 void gatts_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatts_cb_param… in gatts_event_handler() function
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/main/
Dble50_sec_gatts_demo.c426 static void gatts_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, in gatts_event_handler() function
492 ret = esp_ble_gatts_register_callback(gatts_event_handler); in app_main()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_security_server/main/
Dexample_ble_sec_gatts_demo.c472 static void gatts_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, in gatts_event_handler() function
538 ret = esp_ble_gatts_register_callback(gatts_event_handler); in app_main()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/main/
Dgatts_table_creat_demo.c488 static void gatts_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatts_c… in gatts_event_handler() function
554 ret = esp_ble_gatts_register_callback(gatts_event_handler); in app_main()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_spp_server/main/
Dble_spp_server_demo.c628 static void gatts_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatts_c… in gatts_event_handler() function
694 esp_ble_gatts_register_callback(gatts_event_handler); in app_main()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/
Dble_compatibility_test.c591 static void gatts_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatts_c… in gatts_event_handler() function
659 ret = esp_ble_gatts_register_callback(gatts_event_handler); in app_main()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/
Dhid_device_le_prf.c690 static void gatts_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, in gatts_event_handler() function
722 status = esp_ble_gatts_register_callback(gatts_event_handler); in hidd_register_cb()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/main/
Dexample_ble_server_throughput.c583 static void gatts_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatts_c… in gatts_event_handler() function
695 ret = esp_ble_gatts_register_callback(gatts_event_handler); in app_main()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/
Dmain.c546 static void gatts_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatts_c… in gatts_event_handler() function
577 esp_err_t ret = esp_ble_gatts_register_callback(gatts_event_handler); in ble_gatts_init()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_server/main/
Dgatts_demo.c645 static void gatts_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatts_c… in gatts_event_handler() function
711 ret = esp_ble_gatts_register_callback(gatts_event_handler); in app_main()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/tutorial/
DGatt_Server_Service_Table_Example_Walkthrough.md115 esp_ble_gatts_register_callback(gatts_event_handler);
318 …nterface assigned by the BLE stack. The event is captured by the ``gatts_event_handler()`` which s…
321 static void gatts_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatts_c…
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/
DGatt_Server_Example_Walkthrough.md76 ret = esp_ble_gatts_register_callback(gatts_event_handler);
140 esp_ble_gatts_register_callback(gatts_event_handler);
143 The functions `gatts_event_handler()` and `gap_event_handler()` handle all the events that are push…
399 …interface assigned by the BLE stack. The event is captured by the `gatts_event_handler()`, which u…
402 static void gatts_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatts_c…
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/
Dgattc_gatts_coex.c916 static void gatts_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatts_c… in gatts_event_handler() function
991 ret = esp_ble_gatts_register_callback(gatts_event_handler); in app_main()