From a4336fd606146d0d57349f2b1fcb4c8453280c6d Mon Sep 17 00:00:00 2001 From: fanpengcheng Date: Mon, 7 Feb 2022 10:15:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E8=93=9D=E7=89=99=E5=9B=BE=E6=A0=87=E5=90=8E=E6=8E=A7=E5=88=B6?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=E8=93=9D=E7=89=99=E5=8F=AF=E8=A2=AB=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E9=80=89=E9=A1=B9=E8=87=AA=E5=8A=A8=E6=89=93=E5=BC=80?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 历史遗留问题,当前已去除这条逻辑 Log: 优化蓝牙操作相关逻辑 Influence: 蓝牙功能 Bug: https://pms.uniontech.com/zentao/bug-view-112673.html Change-Id: I19dcecf811bd8ebadc3db4aa3561b487f7d9114f --- plugins/bluetooth/componments/adaptersmanager.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/bluetooth/componments/adaptersmanager.cpp b/plugins/bluetooth/componments/adaptersmanager.cpp index a596189fd..dde22a6e3 100644 --- a/plugins/bluetooth/componments/adaptersmanager.cpp +++ b/plugins/bluetooth/componments/adaptersmanager.cpp @@ -281,6 +281,5 @@ void AdaptersManager::inflateAdapter(Adapter *adapter, const QJsonObject &adapte void AdaptersManager::adapterRefresh(const Adapter *adapter) { QDBusObjectPath dPath(adapter->id()); - m_bluetoothInter->SetAdapterDiscoverable(dPath, true); m_bluetoothInter->RequestDiscovery(dPath); }