Searched refs:HCI_LE_SCAN (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/net/bluetooth/ |
D | hci_request.c | 421 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in __hci_update_background_scan() 442 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) in __hci_update_background_scan() 2312 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in le_scan_disable_work() 2368 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in le_scan_restart() 2474 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) in active_scan() 2587 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_req_stop_discovery() 2595 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_req_stop_discovery()
|
D | hci_conn.c | 1032 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in hci_connect_le() 1062 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_connect_le()
|
D | hci_event.c | 61 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_cc_inquiry_cancel() 1246 hci_dev_set_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete() 1271 hci_dev_clear_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete() 2325 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_inquiry_complete_evt() 2343 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_inquiry_complete_evt()
|
D | mgmt.c | 4338 (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in set_advertising() 4497 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in set_scan_params() 7771 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in restart_le_scan()
|
/Linux-v4.19/include/net/bluetooth/ |
D | hci.h | 247 HCI_LE_SCAN, enumerator
|
D | hci_core.h | 566 hci_dev_clear_flag(hdev, HCI_LE_SCAN); \
|