Searched refs:HCI_INQUIRY (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/net/bluetooth/ |
D | hci_event.c | 102 if (rp->status == 0x0c && !test_bit(HCI_INQUIRY, &hdev->flags)) { in hci_cc_inquiry_cancel() 110 clear_bit(HCI_INQUIRY, &hdev->flags); in hci_cc_inquiry_cancel() 112 wake_up_bit(&hdev->flags, HCI_INQUIRY); in hci_cc_inquiry_cancel() 2323 set_bit(HCI_INQUIRY, &hdev->flags); in hci_cs_inquiry() 3044 if (!test_and_clear_bit(HCI_INQUIRY, &hdev->flags)) in hci_inquiry_complete_evt() 3048 wake_up_bit(&hdev->flags, HCI_INQUIRY); in hci_inquiry_complete_evt()
|
D | hci_sync.c | 376 if (!test_bit(HCI_INQUIRY, &hdev->flags) && in le_scan_disable() 5177 if (test_bit(HCI_INQUIRY, &hdev->flags)) { in hci_stop_discovery_sync() 5639 if (test_bit(HCI_INQUIRY, &hdev->flags)) in hci_inquiry_sync()
|
D | hci_core.c | 360 if (test_bit(HCI_INQUIRY, &hdev->flags)) in hci_inq_req() 433 if (wait_on_bit(&hdev->flags, HCI_INQUIRY, in hci_inquiry()
|
D | hci_conn.c | 198 if (test_bit(HCI_INQUIRY, &hdev->flags)) { in hci_acl_create_connection()
|
/linux-6.6.21/include/net/bluetooth/ |
D | hci.h | 345 HCI_INQUIRY, enumerator
|