Home
last modified time | relevance | path

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

/Linux-v5.4/net/bluetooth/
Dhci_request.c426 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in __hci_update_background_scan()
447 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) in __hci_update_background_scan()
2357 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in le_scan_disable_work()
2413 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in le_scan_restart()
2519 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) in active_scan()
2632 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_req_stop_discovery()
2640 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_req_stop_discovery()
Dhci_conn.c1035 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in hci_connect_le()
1065 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()
1291 hci_dev_set_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete()
1316 hci_dev_clear_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete()
2409 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_inquiry_complete_evt()
2427 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_inquiry_complete_evt()
Dmgmt.c4333 (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in set_advertising()
4492 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in set_scan_params()
7764 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in restart_le_scan()
/Linux-v5.4/include/net/bluetooth/
Dhci.h259 HCI_LE_SCAN, enumerator
Dhci_core.h585 hci_dev_clear_flag(hdev, HCI_LE_SCAN); \