Home
last modified time | relevance | path

Searched refs:gap_event_handler (Results 1 – 24 of 24) sorted by relevance

/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/peroidic_adv/main/
Dperiodic_adv_demo.c98 static void gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param) in gap_event_handler() function
178 ret = esp_ble_gap_register_callback(gap_event_handler); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/peroidic_sync/main/
Dperiodic_sync_demo.c75 static void gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param) in gap_event_handler() function
174 ret = esp_ble_gap_register_callback(gap_event_handler); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/
Dble_hidd_demo_main.c132 static void gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param) in gap_event_handler() function
230 esp_ble_gap_register_callback(gap_event_handler); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/multi-adv/main/
Dmulti_adv_demo.c156 static void gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param) in gap_event_handler() function
224 ret = esp_ble_gap_register_callback(gap_event_handler); in app_main()
/hal_espressif-3.6.0/examples/system/ota/advanced_https_ota/main/ble_helper/include/
Dbluedroid_gatts.h77 void gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param);
/hal_espressif-3.6.0/components/protocomm/src/simple_ble/
Dsimple_ble.c42 static void gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param) in gap_event_handler() function
252 ret = esp_ble_gap_register_callback(gap_event_handler); in simple_ble_start()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/peroidic_adv/tutorial/
DPeriodic_adv_Example_Walkthrough.md79 ret = esp_ble_gap_register_callback(gap_event_handler);
147 esp_ble_gap_register_callback(gap_event_handler);
149 The functions `gap_event_handler()` handle all the events that are pushed to the application from …
246 static void gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param){
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/multi-adv/tutorial/
DMulit_Adv_Example_Walkthrough.md78 ret = esp_ble_gap_register_callback(gap_event_handler);
155 esp_ble_gap_register_callback(gap_event_handler);
157 The functions `gap_event_handler()` handle all the events that are pu
231 static void gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param)
/hal_espressif-3.6.0/examples/system/ota/advanced_https_ota/main/ble_helper/
Dble_api.c65 err = esp_ble_gap_register_callback(gap_event_handler); in esp_ble_helper_init()
Dbluedroid_gatts.c336 void gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param) in gap_event_handler() function
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/main/
Dexample_ble_sec_gatts_demo.c286 static void gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param) in gap_event_handler() function
543 ret = esp_ble_gap_register_callback(gap_event_handler); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/main/
Dble50_sec_gatts_demo.c255 static void gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param) in gap_event_handler() function
497 ret = esp_ble_gap_register_callback(gap_event_handler); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/main/
Dgatts_table_creat_demo.c222 static void gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param) in gap_event_handler() function
560 ret = esp_ble_gap_register_callback(gap_event_handler); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_spp_server/main/
Dble_spp_server_demo.c466 static void gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param) in gap_event_handler() function
695 esp_ble_gap_register_callback(gap_event_handler); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ancs/main/
Dble_ancs_demo.c245 static void gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param) in gap_event_handler() function
648 ret = esp_ble_gap_register_callback(gap_event_handler); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/
Dble_compatibility_test.c279 static void gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param) in gap_event_handler() function
665 ret = esp_ble_gap_register_callback(gap_event_handler); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/main/
Dexample_ble_server_throughput.c222 static void gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param) in gap_event_handler() function
700 ret = esp_ble_gap_register_callback(gap_event_handler); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/
Dmain.c156 static void gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param) in gap_event_handler() function
582 ret = esp_ble_gap_register_callback(gap_event_handler); in ble_gatts_init()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/main/
Dgatts_demo.c185 static void gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param) in gap_event_handler() function
716 ret = esp_ble_gap_register_callback(gap_event_handler); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/peroidic_sync/tutorial/
DPeriodic_Sync_Example_Walkthrough.md99 ret = esp_ble_gap_register_callback(gap_event_handler);
273 static void gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param)
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/
Dgattc_gatts_coex.c212 static void gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param) in gap_event_handler() function
984 ret = esp_ble_gap_register_callback(gap_event_handler); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_spp_client/
DREADME.md29 void gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t * param);
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/
DGatt_Server_Example_Walkthrough.md81 ret = esp_ble_gap_register_callback(gap_event_handler);
141 esp_ble_gap_register_callback(gap_event_handler);
143 The functions `gatts_event_handler()` and `gap_event_handler()` handle all the events that are push…
299 static void gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param)
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/tutorial/
DGatt_Server_Service_Table_Example_Walkthrough.md116 esp_ble_gap_register_callback(gap_event_handler);
233 static void gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param)