Home
last modified time | relevance | path

Searched refs:interleave_scan (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/net/bluetooth/
Dhci_request.c280 &hdev->interleave_scan, 0); in start_interleave_scan()
292 cancel_delayed_work_sync(&hdev->interleave_scan); in cancel_interleave_scan()
845 interleave_scan.work); in interleave_scan_work()
864 &hdev->interleave_scan, timeout); in interleave_scan_work()
893 INIT_DELAYED_WORK(&hdev->interleave_scan, interleave_scan_work); in hci_request_setup()
Dhci_sync.c2058 &hdev->interleave_scan, 0); in hci_start_interleave_scan()
2070 cancel_delayed_work_sync(&hdev->interleave_scan); in cancel_interleave_scan()
/Linux-v6.6/include/net/bluetooth/
Dhci_core.h635 struct delayed_work interleave_scan; member