Searched refs:HCI_LE_SCAN (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_request.c | 481 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in __hci_update_background_scan() 502 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) in __hci_update_background_scan() 1178 if (hci_dev_test_flag(req->hdev, HCI_LE_SCAN)) in hci_req_config_le_suspend_scan() 1297 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) in hci_req_prepare_suspend() 1957 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) in hci_req_add_le_interleaved_scan() 2951 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in le_scan_disable_work() 3007 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in le_scan_restart() 3105 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) in active_scan() 3219 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_req_stop_discovery() 3227 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_req_stop_discovery() [all...] |
H A D | hci_event.c | 79 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_cc_inquiry_cancel() 1360 hci_dev_set_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete() 1385 hci_dev_clear_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete() 2507 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_inquiry_complete_evt() 2525 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_inquiry_complete_evt()
|
H A D | hci_conn.c | 1080 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in hci_connect_le() 1110 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_connect_le()
|
H A D | mgmt.c | 5202 (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in set_advertising() 5361 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in set_scan_params() 8733 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in restart_le_scan()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_sync.c | 352 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in le_scan_disable() 407 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in hci_le_scan_restart_sync() 2038 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in hci_scan_disable_sync() 2441 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_pause_addr_resolution() 5201 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_stop_discovery_sync() 6279 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in hci_le_create_conn_sync() 6316 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_le_create_conn_sync()
|
H A D | hci_request.c | 819 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() 1783 hci_dev_set_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete() 1810 hci_dev_clear_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete() 3062 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_inquiry_complete_evt() 3081 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_inquiry_complete_evt()
|
H A D | mgmt.c | 6397 (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in set_advertising() 6529 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in set_scan_params() 10070 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in restart_le_scan()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 302 HCI_LE_SCAN, enumerator
|
H A D | hci_core.h | 734 hci_dev_clear_flag(hdev, HCI_LE_SCAN); \
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 388 HCI_LE_SCAN, enumerator
|
H A D | hci_core.h | 851 hci_dev_clear_flag(hdev, HCI_LE_SCAN); \
|
Completed in 72 milliseconds