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.c2240 if (hdev->scanning_paused) { in hci_scan_disable_sync()
3034 if (hdev->scanning_paused) { in hci_start_scan_sync()
3055 if (hdev->scanning_paused) { in hci_passive_scan_sync()
3489 if (hdev->scanning_paused) in hci_update_scan_sync()
6210 if (hdev->scanning_paused) in hci_pause_scan_sync()
6219 hdev->scanning_paused = true; in hci_pause_scan_sync()
6285 hdev->scanning_paused = false; in hci_suspend_sync()
6294 hdev->scanning_paused = true; in hci_suspend_sync()
6336 if (!hdev->scanning_paused) in hci_resume_scan_sync()
6339 hdev->scanning_paused = false; in hci_resume_scan_sync()
/linux/include/net/bluetooth/
H A Dhci_core.h550 bool scanning_paused; member