Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/bluetooth/
Dhci_core.h902 bool hci_discovery_active(struct hci_dev *hdev);
/linux-6.1.9/net/bluetooth/
Dmgmt.c6144 if (!hci_discovery_active(hdev)) { in stop_discovery()
6189 if (!hci_discovery_active(hdev)) { in confirm_name()
10374 bool report_device = hci_discovery_active(hdev); in mgmt_device_found()
10385 if (!hci_discovery_active(hdev)) { in mgmt_device_found()
Dhci_core.c134 bool hci_discovery_active(struct hci_dev *hdev) in hci_discovery_active() function