Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_sync.c5975 hdev->discovery_paused) in hci_pause_discovery_sync()
5983 hdev->discovery_paused = true; in hci_pause_discovery_sync()
6133 if (!hdev->discovery_paused) in hci_resume_discovery_sync()
6136 hdev->discovery_paused = false; in hci_resume_discovery_sync()
H A Dmgmt.c5856 if (hdev->discovery_paused) { in start_discovery_internal()
5940 if (hdev->discovery_paused) { in start_service_discovery()
/linux/include/net/bluetooth/
H A Dhci_core.h526 bool discovery_paused; member