Home
last modified time | relevance | path

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

/Linux-v6.1/net/bluetooth/
Dhci_request.c332 if (hdev->scanning_paused) { in hci_req_add_le_scan_disable()
548 if (hdev->scanning_paused) { in hci_req_start_scan()
758 if (hdev->scanning_paused) { in hci_req_add_le_passive_scan()
Dhci_sync.c404 if (hdev->scanning_paused) { in hci_le_scan_restart_sync()
2006 if (hdev->scanning_paused) { in hci_scan_disable_sync()
2600 if (hdev->scanning_paused) { in hci_start_scan_sync()
2621 if (hdev->scanning_paused) { in hci_passive_scan_sync()
3016 if (hdev->scanning_paused) in hci_update_scan_sync()
5598 if (hdev->scanning_paused) in hci_pause_scan_sync()
5607 hdev->scanning_paused = true; in hci_pause_scan_sync()
5673 hdev->scanning_paused = false; in hci_suspend_sync()
5682 hdev->scanning_paused = true; in hci_suspend_sync()
5724 if (!hdev->scanning_paused) in hci_resume_scan_sync()
[all …]
/Linux-v6.1/include/net/bluetooth/
Dhci_core.h560 bool scanning_paused; member