Home
last modified time | relevance | path

Searched refs:HCI_LE_SCAN (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/net/bluetooth/
Dhci_request.c524 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in __hci_update_background_scan()
545 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) in __hci_update_background_scan()
Dhci_conn.c881 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in hci_connect_le()
911 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_connect_le()
Dhci_event.c61 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_cc_inquiry_cancel()
1148 hci_dev_set_flag(hdev, HCI_LE_SCAN); in hci_cc_le_set_scan_enable()
1173 hci_dev_clear_flag(hdev, HCI_LE_SCAN); in hci_cc_le_set_scan_enable()
2062 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_inquiry_complete_evt()
2080 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_inquiry_complete_evt()
Dmgmt.c1430 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_stop_discovery()
1451 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_stop_discovery()
4223 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) in trigger_le_scan()
4890 (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in set_advertising()
5042 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in set_scan_params()
8451 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in restart_le_scan()
Dhci_core.c3185 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in le_scan_restart_work()
/linux-4.4.14/include/net/bluetooth/
Dhci.h231 HCI_LE_SCAN, enumerator
Dhci_core.h540 hci_dev_clear_flag(hdev, HCI_LE_SCAN); \