summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothserviceinfo_qnx.cpp
diff options
context:
space:
mode:
authorFabian Bumberger <fbumberger@rim.com>2013-08-08 15:45:07 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-26 23:53:17 +0200
commit030a30e7485785c9d419c38f23c9d5dac2b4ce9a (patch)
tree4d433dc9764b4b9e9f255fd41193b6203a9e2e91 /src/bluetooth/qbluetoothserviceinfo_qnx.cpp
parentc79bfde122702144d96a2fb10d0bc5e7dd22c7a8 (diff)
QNX: Bugfixes for the service discovery agent
Change-Id: I8d977eb9013a9fa98427080baac1df881985d961 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/bluetooth/qbluetoothserviceinfo_qnx.cpp')
-rw-r--r--src/bluetooth/qbluetoothserviceinfo_qnx.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/bluetooth/qbluetoothserviceinfo_qnx.cpp b/src/bluetooth/qbluetoothserviceinfo_qnx.cpp
index 4a9b5a42..b90a570d 100644
--- a/src/bluetooth/qbluetoothserviceinfo_qnx.cpp
+++ b/src/bluetooth/qbluetoothserviceinfo_qnx.cpp
@@ -54,7 +54,6 @@ QBluetoothServiceInfoPrivate::QBluetoothServiceInfoPrivate()
QBluetoothServiceInfoPrivate::~QBluetoothServiceInfoPrivate()
{
- ppsUnregisterControl(0);
}
bool QBluetoothServiceInfoPrivate::isRegistered() const
@@ -98,10 +97,6 @@ bool QBluetoothServiceInfoPrivate::registerService() const
return false;
if (__fakeServerPorts.key(serverChannel()) != 0) {
- qBBBluetoothDebug() << "Registering server with UUID" <<
- attributes.value(QBluetoothServiceInfo::ServiceId).value<QBluetoothUuid>()
- << " Name" << attributes.value(QBluetoothServiceInfo::ServiceName).toString();
- qDebug() << "Server is" << __fakeServerPorts.key(serverChannel());
if (!ppsSendControlMessage("register_server", 0x1101, attributes.value(QBluetoothServiceInfo::ServiceId).value<QBluetoothUuid>(), QString(),
attributes.value(QBluetoothServiceInfo::ServiceName).toString(),
__fakeServerPorts.key(serverChannel()), BT_SPP_SERVER_SUBTYPE))