Searched refs:HCI_LE_SCAN (Results 1 – 4 of 4) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | hci_sync.c | 373 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in le_scan_disable() 2334 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in hci_scan_disable_sync() 2744 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_pause_addr_resolution() 5759 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_stop_discovery_sync() 6861 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in hci_le_create_conn_sync() 6904 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_le_create_conn_sync() 7591 hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_le_pa_create_sync()
|
| H A D | hci_event.c | 114 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_cc_inquiry_cancel() 1778 hci_dev_set_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete() 1805 hci_dev_clear_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete() 3050 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_inquiry_complete_evt() 3069 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_inquiry_complete_evt()
|
| H A D | mgmt.c | 6648 (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in set_advertising() 6781 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in set_scan_params()
|
| /linux/include/net/bluetooth/ |
| H A D | hci.h | 436 HCI_LE_SCAN, enumerator
|