Searched refs:HCI_INQUIRY (Results 1 – 3 of 3) sorted by relevance
/linux/net/bluetooth/ |
H A D | hci_event.c | 97 if (rp->status == HCI_ERROR_COMMAND_DISALLOWED && !test_bit(HCI_INQUIRY, &hdev->flags)) { in hci_cc_inquiry_cancel() 105 clear_bit(HCI_INQUIRY, &hdev->flags); in hci_cc_inquiry_cancel() 107 wake_up_bit(&hdev->flags, HCI_INQUIRY); in hci_cc_inquiry_cancel() 2257 set_bit(HCI_INQUIRY, &hdev->flags); in hci_cs_inquiry() 2971 if (!test_and_clear_bit(HCI_INQUIRY, &hdev->flags)) in hci_inquiry_complete_evt() 2975 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() 5350 if (test_bit(HCI_INQUIRY, &hdev->flags)) { in hci_stop_discovery_sync() 5800 if (test_bit(HCI_INQUIRY, &hdev->flags)) in hci_inquiry_sync() 6749 if (test_bit(HCI_INQUIRY, &hdev->flags)) { in hci_acl_create_conn_sync()
|
H A D | hci_core.c | 362 if (wait_on_bit(&hdev->flags, HCI_INQUIRY, in hci_inquiry()
|