Searched refs:HCI_LE_SCAN (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/net/bluetooth/ |
D | hci_request.c | 517 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()
|
D | hci_conn.c | 813 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()
|
D | hci_event.c | 1183 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()
|
D | mgmt.c | 1410 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()
|
D | hci_core.c | 2960 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in le_scan_restart_work()
|
/linux-4.1.27/include/net/bluetooth/ |
D | hci.h | 219 HCI_LE_SCAN, enumerator
|
D | hci_core.h | 525 hci_dev_clear_flag(hdev, HCI_LE_SCAN); \
|