/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gap/ |
D | btc_gap_ble.c | 51 static inline void btc_gap_ble_cb_to_app(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *para… in btc_gap_ble_cb_to_app() 292 esp_ble_gap_cb_param_t param; in btc_adv_data_callback() 302 sizeof(esp_ble_gap_cb_param_t), NULL); in btc_adv_data_callback() 311 esp_ble_gap_cb_param_t param; in btc_scan_rsp_data_callback() 321 sizeof(esp_ble_gap_cb_param_t), NULL); in btc_scan_rsp_data_callback() 330 esp_ble_gap_cb_param_t param; in btc_adv_data_raw_callback() 340 sizeof(esp_ble_gap_cb_param_t), NULL); in btc_adv_data_raw_callback() 349 esp_ble_gap_cb_param_t param; in btc_scan_rsp_data_raw_callback() 359 sizeof(esp_ble_gap_cb_param_t), NULL); in btc_scan_rsp_data_raw_callback() 394 esp_ble_gap_cb_param_t param; in btc_start_adv_callback() [all …]
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_eddystone/main/ |
D | esp_eddystone_demo.c | 36 static void esp_gap_cb(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t* param); 81 static void esp_gap_cb(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t* param) in esp_gap_cb() 102 esp_ble_gap_cb_param_t* scan_result = (esp_ble_gap_cb_param_t*)param; in esp_gap_cb()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ibeacon/main/ |
D | ibeacon_demo.c | 41 static void esp_gap_cb(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param); 65 static void esp_gap_cb(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param) in esp_gap_cb() 97 esp_ble_gap_cb_param_t *scan_result = (esp_ble_gap_cb_param_t *)param; in esp_gap_cb()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_spp_client/main/ |
D | spp_client_demo.c | 74 static void esp_gap_cb(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param); 108 static esp_ble_gap_cb_param_t scan_rst; 209 static void esp_gap_cb(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param) in esp_gap_cb() 247 esp_ble_gap_cb_param_t *scan_result = (esp_ble_gap_cb_param_t *)param; in esp_gap_cb() 258 memcpy(&(scan_rst), scan_result, sizeof(esp_ble_gap_cb_param_t)); in esp_gap_cb()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_client/main/ |
D | gattc_demo.c | 50 static void esp_gap_cb(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param); 318 static void esp_gap_cb(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param) in esp_gap_cb() 339 esp_ble_gap_cb_param_t *scan_result = (esp_ble_gap_cb_param_t *)param; in esp_gap_cb()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_client/main/ |
D | example_ble_client_throughput.c | 74 static void esp_gap_cb(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param); 369 static void esp_gap_cb(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param) in esp_gap_cb() 390 esp_ble_gap_cb_param_t *scan_result = (esp_ble_gap_cb_param_t *)param; in esp_gap_cb()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_client/main/ |
D | example_ble_sec_gattc_demo.c | 43 static void esp_gap_cb(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param); 357 static void esp_gap_cb(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param) in esp_gap_cb() 438 esp_ble_gap_cb_param_t *scan_result = (esp_ble_gap_cb_param_t *)param; in esp_gap_cb()
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/ |
D | ble_unit.c | 44 static void ble_gap_event_default_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *par… in ble_gap_event_default_handler() 92 static void ble_gap_util_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param) in ble_gap_util_handler()
|
/hal_espressif-3.6.0/components/bt/common/btc/profile/esp/blufi/include/ |
D | esp_blufi.h | 52 void esp_blufi_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/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/examples/bluetooth/esp_hid_device/main/ |
D | esp_hid_gap.c | 465 static void ble_gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param) in ble_gap_event_handler() 477 esp_ble_gap_cb_param_t *scan_result = (esp_ble_gap_cb_param_t *)param; in ble_gap_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_host/main/ |
D | esp_hid_gap.c | 468 static void ble_gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param) in ble_gap_event_handler() 480 esp_ble_gap_cb_param_t *scan_result = (esp_ble_gap_cb_param_t *)param; in ble_gap_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gattc_multi_connect/main/ |
D | gattc_multi_connect.c | 52 static void esp_gap_cb(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param); 742 static void esp_gap_cb(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param) in esp_gap_cb() 771 esp_ble_gap_cb_param_t *scan_result = (esp_ble_gap_cb_param_t *)param; in esp_gap_cb()
|
/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()
|
/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()
|
/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()
|
/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()
|
/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); 36 esp_gap_cb(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t * param);
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/main/ |
D | ble50_sec_gattc_demo.c | 46 static void esp_gap_cb(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param); 400 static void esp_gap_cb(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param) in esp_gap_cb()
|
/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() 277 esp_ble_gap_cb_param_t *scan_result = (esp_ble_gap_cb_param_t *)param; in gap_event_handler()
|
/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()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/ |
D | esp_gap_ble_api.h | 1294 } esp_ble_gap_cb_param_t; typedef 1301 typedef void (* esp_gap_ble_cb_t)(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param);
|
/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()
|
/hal_espressif-3.6.0/components/bt/common/btc/profile/esp/blufi/bluedroid_host/ |
D | esp_blufi.c | 73 void esp_blufi_gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param) in esp_blufi_gap_event_handler()
|
/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()
|