Searched refs:HCI_LE_SCAN (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/net/bluetooth/ |
D | hci_request.c | 1182 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) in hci_req_add_le_interleaved_scan() 2093 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in le_scan_disable_work() 2149 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in le_scan_restart() 2249 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in active_scan() 2384 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_req_stop_discovery() 2393 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_req_stop_discovery()
|
D | hci_sync.c | 1447 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in hci_scan_disable_sync() 4311 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_stop_discovery_sync() 5298 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in hci_le_create_conn_sync() 5335 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_le_create_conn_sync()
|
D | hci_event.c | 114 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_cc_inquiry_cancel() 1712 hci_dev_set_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete() 1737 hci_dev_clear_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete() 3005 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_inquiry_complete_evt() 3024 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_inquiry_complete_evt()
|
D | mgmt.c | 5892 (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in set_advertising() 6024 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in set_scan_params() 9582 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in restart_le_scan()
|
/linux-5.19.10/include/net/bluetooth/ |
D | hci.h | 330 HCI_LE_SCAN, enumerator
|
D | hci_core.h | 794 hci_dev_clear_flag(hdev, HCI_LE_SCAN); \
|