/hal_espressif-3.4.0/examples/system/ota/advanced_https_ota/main/ble_helper/include/ |
D | bluedroid_gatts.h | 78 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/ |
D | ble_api.c | 60 err = esp_ble_gatts_register_callback(gatts_event_handler); in esp_ble_helper_init()
|
D | bluedroid_gatts.c | 382 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/ |
D | ble50_sec_gatts_demo.c | 426 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/ |
D | example_ble_sec_gatts_demo.c | 472 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/ |
D | gatts_table_creat_demo.c | 488 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/ |
D | ble_spp_server_demo.c | 628 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/ |
D | ble_compatibility_test.c | 591 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/ |
D | hid_device_le_prf.c | 690 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/ |
D | example_ble_server_throughput.c | 583 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/ |
D | main.c | 546 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/ |
D | gatts_demo.c | 645 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/ |
D | Gatt_Server_Service_Table_Example_Walkthrough.md | 115 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/ |
D | Gatt_Server_Example_Walkthrough.md | 76 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/ |
D | gattc_gatts_coex.c | 916 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()
|