Searched refs:HCI_LE_SCAN (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/net/bluetooth/ |
D | hci_request.c | 524 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()
|
D | hci_conn.c | 881 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()
|
D | hci_event.c | 61 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()
|
D | mgmt.c | 1430 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()
|
D | hci_core.c | 3185 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in le_scan_restart_work()
|
/linux-4.4.14/include/net/bluetooth/ |
D | hci.h | 231 HCI_LE_SCAN, enumerator
|
D | hci_core.h | 540 hci_dev_clear_flag(hdev, HCI_LE_SCAN); \
|