Searched refs:HCI_INQUIRY (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/bluetooth/ |
H A D | hci_event.c | 100 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 D | hci_sync.c | 397 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 D | hci_core.c | 315 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 D | hci.h | 353 HCI_INQUIRY, enumerator
|