Searched refs:HCI_LE_SCAN (Results 1 – 4 of 4) sorted by relevance
/linux/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() 5357 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_stop_discovery_sync() 6423 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in hci_le_create_conn_sync() 6460 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() 1721 hci_dev_set_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete() 1748 hci_dev_clear_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete() 2993 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_inquiry_complete_evt() 3012 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_inquiry_complete_evt()
|
H A D | mgmt.c | 6384 (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in set_advertising() 6516 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in set_scan_params()
|
/linux/include/net/bluetooth/ |
H A D | hci_core.h | 819 hci_dev_clear_flag(hdev, HCI_LE_SCAN); \
|