Home
last modified time | relevance | path

Searched refs:esp_ble_gap_set_ext_scan_params (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/peroidic_sync/main/
Dperiodic_sync_demo.c184 FUNC_SEND_WAIT_SEM(esp_ble_gap_set_ext_scan_params(&ext_scan_params), test_sem); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/peroidic_sync/tutorial/
DPeriodic_Sync_Example_Walkthrough.md109 FUNC_SEND_WAIT_SEM(esp_ble_gap_set_ext_scan_params(&ext_scan_params), test_sem);
184 The func will be called in the context of bin semaphore esp_ble_gap_set_ext_scan_params,which takes…
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/main/
Dble50_sec_gattc_demo.c408 esp_err_t scan_ret = esp_ble_gap_set_ext_scan_params(&ext_scan_params); in esp_gap_cb()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h2035 esp_err_t esp_ble_gap_set_ext_scan_params(const esp_ble_ext_scan_params_t *params);
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/tutorial/
Dble50_security_client_Example_Walkthrough.md75 esp_err_t scan_ret = esp_ble_gap_set_ext_scan_params(&ext_scan_params);
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/
Desp_gap_ble_api.c1171 esp_err_t esp_ble_gap_set_ext_scan_params(const esp_ble_ext_scan_params_t *params) in esp_ble_gap_set_ext_scan_params() function