Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_sync.c369 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in le_scan_disable()
2176 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in hci_scan_disable_sync()
2574 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_pause_addr_resolution()
5355 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_stop_discovery_sync()
6421 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in hci_le_create_conn_sync()
6458 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_le_create_conn_sync()
H A Dhci_event.c115 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_cc_inquiry_cancel()
1723 hci_dev_set_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete()
1750 hci_dev_clear_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete()
2995 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_inquiry_complete_evt()
3014 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_inquiry_complete_evt()
H A Dmgmt.c6426 (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in set_advertising()
6558 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in set_scan_params()
/linux/include/net/bluetooth/
H A Dhci.h397 HCI_LE_SCAN, enumerator
H A Dhci_core.h815 hci_dev_clear_flag(hdev, HCI_LE_SCAN); \