Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Drtk_btusb.h321 HCI_INQUIRY, enumerator
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_event.c59 if (status == 0x0c && !test_bit(HCI_INQUIRY, &hdev->flags)) { in hci_cc_inquiry_cancel()
69 clear_bit(HCI_INQUIRY, &hdev->flags); in hci_cc_inquiry_cancel()
71 wake_up_bit(&hdev->flags, HCI_INQUIRY); in hci_cc_inquiry_cancel()
1835 set_bit(HCI_INQUIRY, &hdev->flags); in hci_cs_inquiry()
2482 if (!test_and_clear_bit(HCI_INQUIRY, &hdev->flags)) in hci_inquiry_complete_evt()
2486 wake_up_bit(&hdev->flags, HCI_INQUIRY); in hci_inquiry_complete_evt()
H A Dhci_request.c2859 if (!test_bit(HCI_INQUIRY, &hdev->flags) && in le_scan_disable_work()
3023 if (!hci_dev_test_flag(hdev, HCI_INQUIRY)) in start_discovery()
3095 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()
1364 if (wait_on_bit(&hdev->flags, HCI_INQUIRY, in hci_inquiry()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci.h261 HCI_INQUIRY, enumerator