Home
last modified time | relevance | path

Searched refs:esp_ble_gap_cb_param_t (Results 1 – 25 of 43) sorted by relevance

12

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c51 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/
Desp_eddystone_demo.c36 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/
Dibeacon_demo.c41 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/
Dspp_client_demo.c74 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/
Dgattc_demo.c50 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/
Dexample_ble_client_throughput.c74 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/
Dexample_ble_sec_gattc_demo.c43 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/
Dble_unit.c44 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/
Desp_blufi.h52 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/
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/examples/bluetooth/esp_hid_device/main/
Desp_hid_gap.c465 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/
Desp_hid_gap.c468 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/
Dgattc_multi_connect.c52 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/
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()
/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()
/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()
/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()
/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);
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/
Dble50_sec_gattc_demo.c46 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/
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()
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/
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()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h1294 } 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/
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()
/hal_espressif-3.6.0/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c73 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/
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()

12