Home
last modified time | relevance | path

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

/Linux-v6.6/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()
737 if (hdev->scanning_paused) { in hci_req_add_le_passive_scan()
Dhci_sync.c406 if (hdev->scanning_paused) { in hci_le_scan_restart_sync()
2035 if (hdev->scanning_paused) { in hci_scan_disable_sync()
2742 if (hdev->scanning_paused) { in hci_start_scan_sync()
2763 if (hdev->scanning_paused) { in hci_passive_scan_sync()
3158 if (hdev->scanning_paused) in hci_update_scan_sync()
5882 if (hdev->scanning_paused) in hci_pause_scan_sync()
5891 hdev->scanning_paused = true; in hci_pause_scan_sync()
5957 hdev->scanning_paused = false; in hci_suspend_sync()
5966 hdev->scanning_paused = true; in hci_suspend_sync()
6008 if (!hdev->scanning_paused) in hci_resume_scan_sync()
[all …]
/Linux-v6.6/include/net/bluetooth/
Dhci_core.h563 bool scanning_paused; member