Searched refs:HCI_LE_SCAN (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/bluetooth/ |
H A D | hci_sync.c | 369 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 D | hci_request.c | 821 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) in hci_req_add_le_interleaved_scan()
|
H A D | hci_event.c | 116 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 D | mgmt.c | 6449 (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 D | hci.h | 396 HCI_LE_SCAN, enumerator
|
H A D | hci_core.h | 814 hci_dev_clear_flag(hdev, HCI_LE_SCAN); \
|