fix: 修复点击蓝牙图标后控制中心蓝牙可被搜索选项自动打开的问题

历史遗留问题,当前已去除这条逻辑

Log: 优化蓝牙操作相关逻辑
Influence: 蓝牙功能
Bug: https://pms.uniontech.com/zentao/bug-view-112673.html
Change-Id: I19dcecf811bd8ebadc3db4aa3561b487f7d9114f
This commit is contained in:
fanpengcheng 2022-02-07 10:15:17 +08:00
parent da39234fb4
commit a4336fd606

View File

@ -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);
}