Skip to content

Commit fd19e3a

Browse files
add-uosdeepin-bot[bot]
authored andcommitted
fix: disable bluetooth failed
disable bluetooth failed due to name log: fix the disable bluetooth failed bug: https://pms.uniontech.com/bug-view-341783.html Change-Id: I4495dc67a1480ae3695c253b474e3dd45c11442a
1 parent 8696fef commit fd19e3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deepin-devicemanager/src/DeviceManager/DeviceBluetooth.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ void DeviceBluetooth::setInfoFromHciconfig(const QMap<QString, QString> &mapInfo
3737
{
3838
qCDebug(appLog) << "DeviceBluetooth::setInfoFromHciconfig started.";
3939
// 获取设备的基本信息
40-
setAttribute(mapInfo, "Name", m_Name);
40+
setAttribute(mapInfo, "Name", m_Name, false);
4141
setAttribute(mapInfo, "Alias", m_Alias);
4242
setAttribute(mapInfo, "Manufacturer", m_Vendor);
4343
setAttribute(mapInfo, "HCI Version", m_Version, true);

0 commit comments

Comments
 (0)