Home
last modified time | relevance | path

Searched refs:HCI_INQUIRY (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/net/bluetooth/
Dhci_request.c2062 if (test_bit(HCI_INQUIRY, &req->hdev->flags)) in bredr_inquiry()
2122 if (!test_bit(HCI_INQUIRY, &hdev->flags) && in le_scan_disable_work()
2309 if (!hci_dev_test_flag(hdev, HCI_INQUIRY)) in start_discovery()
2381 if (test_bit(HCI_INQUIRY, &hdev->flags)) in hci_req_stop_discovery()
Dhci_event.c98 if (rp->status == 0x0c && !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()
2244 set_bit(HCI_INQUIRY, &hdev->flags); in hci_cs_inquiry()
2983 if (!test_and_clear_bit(HCI_INQUIRY, &hdev->flags)) in hci_inquiry_complete_evt()
2987 wake_up_bit(&hdev->flags, HCI_INQUIRY); in hci_inquiry_complete_evt()
Dhci_core.c359 if (test_bit(HCI_INQUIRY, &hdev->flags)) in hci_inq_req()
432 if (wait_on_bit(&hdev->flags, HCI_INQUIRY, in hci_inquiry()
Dhci_conn.c214 if (test_bit(HCI_INQUIRY, &hdev->flags)) { in hci_acl_create_connection()
Dhci_sync.c4304 if (test_bit(HCI_INQUIRY, &hdev->flags)) { in hci_stop_discovery_sync()
4659 if (hci_dev_test_flag(hdev, HCI_INQUIRY)) in hci_inquiry_sync()
/linux-5.19.10/include/net/bluetooth/
Dhci.h289 HCI_INQUIRY, enumerator