Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dhci_request.c517 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in __hci_update_background_scan()
539 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) in __hci_update_background_scan()
Dhci_conn.c813 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in hci_connect_le()
843 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_connect_le()
Dhci_event.c1183 hci_dev_set_flag(hdev, HCI_LE_SCAN); in hci_cc_le_set_scan_enable()
1208 hci_dev_clear_flag(hdev, HCI_LE_SCAN); in hci_cc_le_set_scan_enable()
2151 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_inquiry_complete_evt()
2169 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_inquiry_complete_evt()
Dmgmt.c1410 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_stop_discovery()
1431 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_stop_discovery()
4099 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) in trigger_le_scan()
4750 (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in set_advertising()
4897 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in set_scan_params()
8222 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in restart_le_scan()
Dhci_core.c2960 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in le_scan_restart_work()
/linux-4.1.27/include/net/bluetooth/
Dhci.h219 HCI_LE_SCAN, enumerator
Dhci_core.h525 hci_dev_clear_flag(hdev, HCI_LE_SCAN); \