/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/peroidic_adv/main/ |
D | periodic_adv_demo.c | 98 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/ |
D | periodic_sync_demo.c | 75 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/ |
D | ble_hidd_demo_main.c | 132 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/ |
D | multi_adv_demo.c | 156 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/ |
D | bluedroid_gatts.h | 77 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/ |
D | simple_ble.c | 42 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/ |
D | Periodic_adv_Example_Walkthrough.md | 79 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/ |
D | Mulit_Adv_Example_Walkthrough.md | 78 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/ |
D | ble_api.c | 65 err = esp_ble_gap_register_callback(gap_event_handler); in esp_ble_helper_init()
|
D | bluedroid_gatts.c | 336 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/ |
D | example_ble_sec_gatts_demo.c | 286 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/ |
D | ble50_sec_gatts_demo.c | 255 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/ |
D | gatts_table_creat_demo.c | 222 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/ |
D | ble_spp_server_demo.c | 466 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/ |
D | ble_ancs_demo.c | 245 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/ |
D | ble_compatibility_test.c | 279 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/ |
D | example_ble_server_throughput.c | 222 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/ |
D | main.c | 156 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/ |
D | gatts_demo.c | 185 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/ |
D | Periodic_Sync_Example_Walkthrough.md | 99 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/ |
D | gattc_gatts_coex.c | 212 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/ |
D | README.md | 29 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/ |
D | Gatt_Server_Example_Walkthrough.md | 81 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/ |
D | Gatt_Server_Service_Table_Example_Walkthrough.md | 116 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)
|