Home
last modified time | relevance | path

Searched refs:HCI_LE_SCAN (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/net/bluetooth/
H A Dhci_sync.c373 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 Dhci_event.c113 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 Dmgmt.c6350 (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 Dhci.h436 HCI_LE_SCAN, enumerator
H A Dhci_core.h827 hci_dev_clear_flag(hdev, HCI_LE_SCAN); \