Skip to content

Commit 42c885d

Browse files
add-uosdeepin-bot[bot]
authored andcommitted
fix(bluetooth): remove hci version attribute setting
remove hci version attribute setting pick from: add-uos@1d58066 log: remove hci version attribute setting bug: https://pms.uniontech.com/bug-view-347359.html Change-Id: I10ee960525c16efa86869f13fbf24d4a06fcde81
1 parent 629f6b0 commit 42c885d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

deepin-devicemanager/src/DeviceManager/DeviceBluetooth.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ void DeviceBluetooth::setInfoFromHciconfig(const QMap<QString, QString> &mapInfo
4040
setAttribute(mapInfo, "Name", m_Name, false);
4141
setAttribute(mapInfo, "Alias", m_Alias);
4242
setAttribute(mapInfo, "Manufacturer", m_Vendor);
43-
setAttribute(mapInfo, "HCI Version", m_Version, true);
4443
qCDebug(appLog) << "Basic attributes set from Hciconfig.";
4544

4645
// 获取设备其他信息

0 commit comments

Comments
 (0)