Home
last modified time | relevance | path

Searched refs:HCI_PERIODIC_INQ (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/net/bluetooth/
Dhci_event.c78 hci_dev_set_flag(hdev, HCI_PERIODIC_INQ); in hci_cc_periodic_inq()
90 hci_dev_clear_flag(hdev, HCI_PERIODIC_INQ); in hci_cc_exit_periodic_inq()
2100 if (hci_dev_test_flag(hdev, HCI_PERIODIC_INQ)) in hci_inquiry_result_evt()
3603 if (hci_dev_test_flag(hdev, HCI_PERIODIC_INQ)) in hci_inquiry_result_with_rssi_evt()
3817 if (hci_dev_test_flag(hdev, HCI_PERIODIC_INQ)) in hci_extended_inquiry_result_evt()
Dmgmt.c4399 hci_dev_test_flag(hdev, HCI_PERIODIC_INQ)) { in start_discovery()
4475 hci_dev_test_flag(hdev, HCI_PERIODIC_INQ)) { in start_service_discovery()
/linux-4.4.14/include/net/bluetooth/
Dhci.h247 HCI_PERIODIC_INQ, enumerator
Dhci_core.h542 hci_dev_clear_flag(hdev, HCI_PERIODIC_INQ); \