Home
last modified time | relevance | path

Searched refs:HCI_INQUIRY (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_event.c61 if (status == 0x0c && !test_bit(HCI_INQUIRY, &hdev->flags)) { in hci_cc_inquiry_cancel()
71 clear_bit(HCI_INQUIRY, &hdev->flags); in hci_cc_inquiry_cancel()
73 wake_up_bit(&hdev->flags, HCI_INQUIRY); in hci_cc_inquiry_cancel()
1838 set_bit(HCI_INQUIRY, &hdev->flags); in hci_cs_inquiry()
2485 if (!test_and_clear_bit(HCI_INQUIRY, &hdev->flags)) in hci_inquiry_complete_evt()
2489 wake_up_bit(&hdev->flags, HCI_INQUIRY); in hci_inquiry_complete_evt()
H A Dhci_request.c2980 if (!test_bit(HCI_INQUIRY, &hdev->flags) && in le_scan_disable_work()
3144 if (!hci_dev_test_flag(hdev, HCI_INQUIRY)) in start_discovery()
3216 if (test_bit(HCI_INQUIRY, &hdev->flags)) in hci_req_stop_discovery()
H A Dhci_core.c1291 if (test_bit(HCI_INQUIRY, &hdev->flags)) in hci_inq_req()
1361 /* Wait until Inquiry procedure finishes (HCI_INQUIRY flag is in hci_inquiry()
1364 if (wait_on_bit(&hdev->flags, HCI_INQUIRY, in hci_inquiry()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_event.c100 if (rp->status == 0x0c && !test_bit(HCI_INQUIRY, &hdev->flags)) { in hci_cc_inquiry_cancel()
108 clear_bit(HCI_INQUIRY, &hdev->flags); in hci_cc_inquiry_cancel()
110 wake_up_bit(&hdev->flags, HCI_INQUIRY); in hci_cc_inquiry_cancel()
2321 set_bit(HCI_INQUIRY, &hdev->flags); in hci_cs_inquiry()
3040 if (!test_and_clear_bit(HCI_INQUIRY, &hdev->flags)) in hci_inquiry_complete_evt()
3044 wake_up_bit(&hdev->flags, HCI_INQUIRY); in hci_inquiry_complete_evt()
H A Dhci_sync.c380 if (!test_bit(HCI_INQUIRY, &hdev->flags) && in le_scan_disable()
5194 if (test_bit(HCI_INQUIRY, &hdev->flags)) { in hci_stop_discovery_sync()
5656 if (test_bit(HCI_INQUIRY, &hdev->flags)) in hci_inquiry_sync()
H A Dhci_core.c360 if (test_bit(HCI_INQUIRY, &hdev->flags)) in hci_inq_req()
430 /* Wait until Inquiry procedure finishes (HCI_INQUIRY flag is in hci_inquiry()
433 if (wait_on_bit(&hdev->flags, HCI_INQUIRY, in hci_inquiry()
H A Dhci_conn.c197 if (test_bit(HCI_INQUIRY, &hdev->flags)) { in hci_acl_create_connection()
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci.h261 HCI_INQUIRY, enumerator
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci.h345 HCI_INQUIRY, enumerator

Completed in 55 milliseconds