Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/peroidic_sync/main/
Dperiodic_sync_demo.c185 FUNC_SEND_WAIT_SEM(esp_ble_gap_start_ext_scan(EXT_SCAN_DURATION, EXT_SCAN_PERIOD), test_sem); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/peroidic_sync/tutorial/
DPeriodic_Sync_Example_Walkthrough.md110 FUNC_SEND_WAIT_SEM(esp_ble_gap_start_ext_scan(EXT_SCAN_DURATION, EXT_SCAN_PERIOD), test_sem);
266 This func invoke to start the scan to get near by discover devices esp_ble_gap_start_ext_scan.
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/main/
Dble50_sec_gattc_demo.c419 esp_ble_gap_start_ext_scan(EXT_SCAN_DURATION, EXT_SCAN_PERIOD); in esp_gap_cb()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h2047 esp_err_t esp_ble_gap_start_ext_scan(uint32_t duration, uint16_t period);
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/tutorial/
Dble50_security_client_Example_Walkthrough.md87 esp_ble_gap_start_ext_scan(EXT_SCAN_DURATION, EXT_SCAN_PERIOD);
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/
Desp_gap_ble_api.c1192 esp_err_t esp_ble_gap_start_ext_scan(uint32_t duration, uint16_t period) in esp_ble_gap_start_ext_scan() function