Searched refs:HCI_LE_SCAN (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/net/bluetooth/ |
| H A D | hci_sync.c | 373 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in le_scan_disable() 2157 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in hci_scan_disable_sync() 2555 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_pause_addr_resolution() 5385 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_stop_discovery_sync() 6451 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in hci_le_create_conn_sync() 6488 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_le_create_conn_sync()
|
| H A D | hci_event.c | 113 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_cc_inquiry_cancel() 1735 hci_dev_set_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete() 1762 hci_dev_clear_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete() 3007 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_inquiry_complete_evt() 3026 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_inquiry_complete_evt()
|
| H A D | mgmt.c | 6350 (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in set_advertising() 6482 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in set_scan_params()
|
| /linux-6.15/include/net/bluetooth/ |
| H A D | hci.h | 436 HCI_LE_SCAN, enumerator
|
| H A D | hci_core.h | 827 hci_dev_clear_flag(hdev, HCI_LE_SCAN); \
|