Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_request.c334 if (hdev->scanning_paused) { in hci_req_add_le_scan_disable()
550 if (hdev->scanning_paused) { in hci_req_start_scan()
739 if (hdev->scanning_paused) { in hci_req_add_le_passive_scan()
H A Dhci_sync.c427 if (hdev->scanning_paused) { in hci_le_scan_restart_sync()
2215 if (hdev->scanning_paused) { in hci_scan_disable_sync()
2969 if (hdev->scanning_paused) { in hci_start_scan_sync()
2990 if (hdev->scanning_paused) { in hci_passive_scan_sync()
3421 if (hdev->scanning_paused) in hci_update_scan_sync()
6063 if (hdev->scanning_paused) in hci_pause_scan_sync()
6072 hdev->scanning_paused = true; in hci_pause_scan_sync()
6138 hdev->scanning_paused = false; in hci_suspend_sync()
6147 hdev->scanning_paused = true; in hci_suspend_sync()
6189 if (!hdev->scanning_paused) in hci_resume_scan_sync()
[all …]
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h536 bool scanning_paused; member