Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_request.c663 if (hdev->scanning_paused) { in hci_req_add_le_scan_disable()
882 if (hdev->scanning_paused) { in hci_req_start_scan()
1002 if (hdev->scanning_paused) { in hci_req_add_le_passive_scan()
1246 hdev->scanning_paused = true; in hci_req_prepare_suspend()
1266 hdev->scanning_paused = false; in hci_req_prepare_suspend()
1272 hdev->scanning_paused = true; in hci_req_prepare_suspend()
1276 hdev->scanning_paused = false; in hci_req_prepare_suspend()
2479 if (hdev->scanning_paused) in __hci_req_update_scan()
2889 if (hdev->scanning_paused) { in le_scan_restart()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h489 bool scanning_paused; member