Home
last modified time | relevance | path

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

/linux-5.19.10/net/bluetooth/
Dhci_sync.c1450 if (hdev->scanning_paused) { in hci_scan_disable_sync()
2041 if (hdev->scanning_paused) { in hci_start_scan_sync()
2061 if (hdev->scanning_paused) { in hci_passive_scan_sync()
2439 if (hdev->scanning_paused) in hci_update_scan_sync()
4922 if (hdev->scanning_paused) in hci_pause_scan_sync()
4931 hdev->scanning_paused = true; in hci_pause_scan_sync()
4997 hdev->scanning_paused = false; in hci_suspend_sync()
5006 hdev->scanning_paused = true; in hci_suspend_sync()
5048 if (!hdev->scanning_paused) in hci_resume_scan_sync()
5051 hdev->scanning_paused = false; in hci_resume_scan_sync()
Dhci_request.c403 if (hdev->scanning_paused) { in hci_req_add_le_scan_disable()
619 if (hdev->scanning_paused) { in hci_req_start_scan()
739 if (hdev->scanning_paused) { in hci_req_add_le_passive_scan()
1819 if (hdev->scanning_paused) in __hci_req_update_scan()
2152 if (hdev->scanning_paused) { in le_scan_restart()
/linux-5.19.10/include/net/bluetooth/
Dhci_core.h539 bool scanning_paused; member