Searched refs:HCI_INQUIRY (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/net/bluetooth/ |
D | hci_event.c | 53 clear_bit(HCI_INQUIRY, &hdev->flags); in hci_cc_inquiry_cancel() 55 wake_up_bit(&hdev->flags, HCI_INQUIRY); in hci_cc_inquiry_cancel() 1503 set_bit(HCI_INQUIRY, &hdev->flags); in hci_cs_inquiry() 2129 if (!test_and_clear_bit(HCI_INQUIRY, &hdev->flags)) in hci_inquiry_complete_evt() 2133 wake_up_bit(&hdev->flags, HCI_INQUIRY); in hci_inquiry_complete_evt()
|
D | hci_core.c | 1233 if (test_bit(HCI_INQUIRY, &hdev->flags)) in hci_inq_req() 1298 if (wait_on_bit(&hdev->flags, HCI_INQUIRY, in hci_inquiry() 2860 if (!test_bit(HCI_INQUIRY, &hdev->flags) && in le_scan_disable_work_complete()
|
D | mgmt.c | 1407 if (test_bit(HCI_INQUIRY, &hdev->flags)) in hci_stop_discovery() 4055 if (hci_dev_test_flag(hdev, HCI_INQUIRY)) { in trigger_bredr_inquiry()
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
D | rtl8723a_bt-coexist.h | 198 HCI_INQUIRY = 0x0001, enumerator
|
/linux-4.1.27/include/net/bluetooth/ |
D | hci.h | 183 HCI_INQUIRY, enumerator
|