Searched refs:HCI_LE_SCAN (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/net/bluetooth/ |
| D | hci_request.c | 485 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in __hci_update_background_scan() 506 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) in __hci_update_background_scan() 1359 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_req_prepare_suspend() 2015 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) in hci_req_add_le_interleaved_scan() 3007 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in le_scan_disable_work() 3063 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in le_scan_restart() 3163 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in active_scan() 3296 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_req_stop_discovery() 3305 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_req_stop_discovery()
|
| D | hci_conn.c | 1127 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in hci_connect_le() 1157 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_connect_le()
|
| D | hci_event.c | 79 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_cc_inquiry_cancel() 1436 hci_dev_set_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete() 1461 hci_dev_clear_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete() 2583 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_inquiry_complete_evt() 2601 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_inquiry_complete_evt()
|
| D | mgmt.c | 5427 (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in set_advertising() 5586 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in set_scan_params() 9316 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in restart_le_scan()
|
| /Linux-v5.15/include/net/bluetooth/ |
| D | hci.h | 302 HCI_LE_SCAN, enumerator
|
| D | hci_core.h | 759 hci_dev_clear_flag(hdev, HCI_LE_SCAN); \
|