Searched refs:HCI_INQUIRY (Results 1 – 4 of 4) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | hci_event.c | 98 if (rp->status == HCI_ERROR_COMMAND_DISALLOWED && !test_bit(HCI_INQUIRY, &hdev->flags)) { in hci_cc_inquiry_cancel() 106 clear_bit(HCI_INQUIRY, &hdev->flags); in hci_cc_inquiry_cancel() 108 wake_up_bit(&hdev->flags, HCI_INQUIRY); in hci_cc_inquiry_cancel() 1809 !test_bit(HCI_INQUIRY, &hdev->flags) && in le_set_scan_enable_complete() 2287 set_bit(HCI_INQUIRY, &hdev->flags); in hci_cs_inquiry() 3028 if (!test_and_clear_bit(HCI_INQUIRY, &hdev->flags)) in hci_inquiry_complete_evt() 3032 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() 5772 if (test_bit(HCI_INQUIRY, &hdev->flags)) { in hci_stop_discovery_sync() 6226 if (test_bit(HCI_INQUIRY, &hdev->flags)) in hci_inquiry_sync() 7222 if (test_bit(HCI_INQUIRY, &hdev->flags)) { in hci_acl_create_conn_sync()
|
| H A D | hci_core.c | 381 if (wait_on_bit(&hdev->flags, HCI_INQUIRY, in hci_inquiry()
|
| /linux/include/net/bluetooth/ |
| H A D | hci.h | 391 HCI_INQUIRY, enumerator
|