Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_event.c100 if (rp->status == HCI_ERROR_COMMAND_DISALLOWED && !test_bit(HCI_INQUIRY, &hdev->flags)) { in hci_cc_inquiry_cancel()
108 clear_bit(HCI_INQUIRY, &hdev->flags); in hci_cc_inquiry_cancel()
110 wake_up_bit(&hdev->flags, HCI_INQUIRY); in hci_cc_inquiry_cancel()
2260 set_bit(HCI_INQUIRY, &hdev->flags); in hci_cs_inquiry()
2974 if (!test_and_clear_bit(HCI_INQUIRY, &hdev->flags)) in hci_inquiry_complete_evt()
2978 wake_up_bit(&hdev->flags, HCI_INQUIRY); in hci_inquiry_complete_evt()
H A Dhci_sync.c397 if (!test_bit(HCI_INQUIRY, &hdev->flags) && in le_scan_disable()
5370 if (test_bit(HCI_INQUIRY, &hdev->flags)) { in hci_stop_discovery_sync()
5815 if (test_bit(HCI_INQUIRY, &hdev->flags)) in hci_inquiry_sync()
6777 if (test_bit(HCI_INQUIRY, &hdev->flags)) { in hci_acl_create_conn_sync()
H A Dhci_core.c315 if (test_bit(HCI_INQUIRY, &hdev->flags)) in hci_inq_req()
383 if (wait_on_bit(&hdev->flags, HCI_INQUIRY, in hci_inquiry()
/openbmc/linux/include/net/bluetooth/
H A Dhci.h353 HCI_INQUIRY, enumerator