Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_request.c432 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in __hci_update_background_scan()
453 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) in __hci_update_background_scan()
1120 if (hci_dev_test_flag(req->hdev, HCI_LE_SCAN)) in hci_req_config_le_suspend_scan()
1239 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) in hci_req_prepare_suspend()
2830 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in le_scan_disable_work()
2886 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in le_scan_restart()
2984 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) in active_scan()
3098 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_req_stop_discovery()
3106 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_req_stop_discovery()
H A Dhci_conn.c1082 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in hci_connect_le()
1112 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_connect_le()
H A Dhci_event.c77 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_cc_inquiry_cancel()
1358 hci_dev_set_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete()
1383 hci_dev_clear_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete()
2504 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_inquiry_complete_evt()
2522 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_inquiry_complete_evt()
H A Dmgmt.c5197 (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in set_advertising()
5356 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in set_scan_params()
8718 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in restart_le_scan()
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Drtk_btusb.h342 HCI_LE_SCAN, enumerator
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci.h302 HCI_LE_SCAN, enumerator
H A Dhci_core.h734 hci_dev_clear_flag(hdev, HCI_LE_SCAN); \