Home
last modified time | relevance | path

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

/linux-5.19.10/include/net/bluetooth/
Dhci_core.h853 bool hci_discovery_active(struct hci_dev *hdev);
/linux-5.19.10/net/bluetooth/
Dmgmt.c5581 if (!hci_discovery_active(hdev)) { in stop_discovery()
5626 if (!hci_discovery_active(hdev)) { in confirm_name()
9752 bool report_device = hci_discovery_active(hdev); in mgmt_device_found()
9758 if (!hci_discovery_active(hdev)) { in mgmt_device_found()
Dhci_core.c133 bool hci_discovery_active(struct hci_dev *hdev) in hci_discovery_active() function