Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_sync.c2337 if (hdev->scanning_paused) { in hci_scan_disable_sync()
3153 if (hdev->scanning_paused) { in hci_start_scan_sync()
3174 if (hdev->scanning_paused) { in hci_passive_scan_sync()
3613 if (hdev->scanning_paused) in hci_update_scan_sync()
6488 if (hdev->scanning_paused) in hci_pause_scan_sync()
6497 hdev->scanning_paused = true; in hci_pause_scan_sync()
6563 hdev->scanning_paused = false; in hci_suspend_sync()
6572 hdev->scanning_paused = true; in hci_suspend_sync()
6614 if (!hdev->scanning_paused) in hci_resume_scan_sync()
6617 hdev->scanning_paused = false; in hci_resume_scan_sync()
/linux/include/net/bluetooth/
H A Dhci_core.h548 bool scanning_paused; member