Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_sync.c369 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in le_scan_disable()
424 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in hci_le_scan_restart_sync()
2212 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in hci_scan_disable_sync()
2615 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_pause_addr_resolution()
5377 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_stop_discovery_sync()
6447 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in hci_le_create_conn_sync()
6484 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_le_create_conn_sync()
H A Dhci_request.c821 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) in hci_req_add_le_interleaved_scan()
H A Dhci_event.c116 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_cc_inquiry_cancel()
1724 hci_dev_set_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete()
1751 hci_dev_clear_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete()
2996 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_inquiry_complete_evt()
3015 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_inquiry_complete_evt()
H A Dmgmt.c6449 (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in set_advertising()
6581 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in set_scan_params()
10117 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in restart_le_scan()
/openbmc/linux/include/net/bluetooth/
H A Dhci.h396 HCI_LE_SCAN, enumerator
H A Dhci_core.h814 hci_dev_clear_flag(hdev, HCI_LE_SCAN); \