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.c6232 if (!hci_discovery_active(hdev)) { in stop_discovery()
6277 if (!hci_discovery_active(hdev)) { in confirm_name()
10445 bool report_device = hci_discovery_active(hdev); in mgmt_device_found()
10456 if (!hci_discovery_active(hdev)) { in mgmt_device_found()
/linux/include/net/bluetooth/
H A Dhci_core.h931 bool hci_discovery_active(struct hci_dev *hdev);
/linux/drivers/bluetooth/
H A Dbtusb.c4485 (hci_conn_count(data->hdev) || hci_discovery_active(data->hdev))) in btusb_suspend()