Home
last modified time | relevance | path

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

/linux-6.15/net/bluetooth/
H A Dhci_sync.c2160 if (hdev->scanning_paused) { in hci_scan_disable_sync()
2944 if (hdev->scanning_paused) { in hci_start_scan_sync()
2965 if (hdev->scanning_paused) { in hci_passive_scan_sync()
3396 if (hdev->scanning_paused) in hci_update_scan_sync()
6064 if (hdev->scanning_paused) in hci_pause_scan_sync()
6073 hdev->scanning_paused = true; in hci_pause_scan_sync()
6139 hdev->scanning_paused = false; in hci_suspend_sync()
6148 hdev->scanning_paused = true; in hci_suspend_sync()
6190 if (!hdev->scanning_paused) in hci_resume_scan_sync()
6193 hdev->scanning_paused = false; in hci_resume_scan_sync()
/linux-6.15/include/net/bluetooth/
H A Dhci_core.h539 bool scanning_paused; member