Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_core.c107 bool hci_discovery_active(struct hci_dev *hdev) in hci_discovery_active() function
120 EXPORT_SYMBOL(hci_discovery_active);
H A Dmgmt.c6319 if (!hci_discovery_active(hdev)) { in stop_discovery()
6364 if (!hci_discovery_active(hdev)) { in confirm_name()
10721 bool report_device = hci_discovery_active(hdev); in mgmt_device_found()
10732 if (!hci_discovery_active(hdev)) { in mgmt_device_found()
/linux/include/net/bluetooth/
H A Dhci_core.h946 bool hci_discovery_active(struct hci_dev *hdev);
/linux/drivers/bluetooth/
H A Dbtusb.c4674 hci_conn_count(data->hdev) || hci_discovery_active(data->hdev))) in btusb_suspend()