Home
last modified time | relevance | path

Searched refs:fast_scan (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/subsys/bluetooth/host/
Dhci_core.h514 int bt_le_scan_update(bool fast_scan);
Dscan.c293 static int start_host_initiated_scan(bool fast_scan) in start_host_initiated_scan() argument
297 if (fast_scan) { in start_host_initiated_scan()
325 int bt_le_scan_update(bool fast_scan) in bt_le_scan_update() argument
364 return start_host_initiated_scan(fast_scan); in bt_le_scan_update()
371 return start_host_initiated_scan(fast_scan); in bt_le_scan_update()