Searched refs:HCI_INQUIRY (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/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() 2307 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()
|
| D | hci_sync.c | 376 if (!test_bit(HCI_INQUIRY, &hdev->flags) && in le_scan_disable() 5172 if (test_bit(HCI_INQUIRY, &hdev->flags)) { in hci_stop_discovery_sync() 5634 if (hci_dev_test_flag(hdev, HCI_INQUIRY)) 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 | 197 if (test_bit(HCI_INQUIRY, &hdev->flags)) { in hci_acl_create_connection()
|
| /Linux-v6.6/include/net/bluetooth/ |
| D | hci.h | 344 HCI_INQUIRY, enumerator
|