From 97977bc5f2112c3ac48983f9b7887627085f38d1 Mon Sep 17 00:00:00 2001 From: Oliver Wolff Date: Mon, 30 Jan 2017 12:08:09 +0100 Subject: Remove wrong attribute assignment from btchat example Change-Id: If6695194644fa0eceec80808115fd09af895a220 Reviewed-by: Alex Blasche --- examples/bluetooth/btchat/chatserver.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/bluetooth') diff --git a/examples/bluetooth/btchat/chatserver.cpp b/examples/bluetooth/btchat/chatserver.cpp index 6b21a507..dc1cda57 100644 --- a/examples/bluetooth/btchat/chatserver.cpp +++ b/examples/bluetooth/btchat/chatserver.cpp @@ -85,7 +85,6 @@ void ChatServer::startServer(const QBluetoothAddress& localAdapter) classId.prepend(QVariant::fromValue(QBluetoothUuid(serviceUuid))); serviceInfo.setAttribute(QBluetoothServiceInfo::ServiceClassIds, classId); - serviceInfo.setAttribute(QBluetoothServiceInfo::BluetoothProfileDescriptorList,classId); //! [Class Uuuid must contain at least 1 entry] -- cgit v1.2.3