Searched refs:HCI_INQUIRY (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_event.c | 61 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 D | hci_request.c | 2980 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 D | hci_core.c | 1291 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 D | hci_event.c | 100 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 D | hci_sync.c | 380 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 D | hci_core.c | 360 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 D | hci_conn.c | 197 if (test_bit(HCI_INQUIRY, &hdev->flags)) { in hci_acl_create_connection()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 261 HCI_INQUIRY, enumerator
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 345 HCI_INQUIRY, enumerator
|
Completed in 55 milliseconds