summaryrefslogtreecommitdiffstats
path: root/src/connectivity/bluetooth/qbluetoothserviceinfo_bluez.cpp
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2010-06-24 14:03:59 +1000
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-06-24 15:10:23 +1000
commit969adab8f0b7be9321be7210e05db494a8b785fe (patch)
treea2532d6fd91fa9e1cb800830031e29be69cd706b /src/connectivity/bluetooth/qbluetoothserviceinfo_bluez.cpp
parent61c9a3b585e85293b5b8c830b2414a6004d72100 (diff)
Import Bluetooth API.
Diffstat (limited to 'src/connectivity/bluetooth/qbluetoothserviceinfo_bluez.cpp')
-rw-r--r--src/connectivity/bluetooth/qbluetoothserviceinfo_bluez.cpp67
1 files changed, 67 insertions, 0 deletions
diff --git a/src/connectivity/bluetooth/qbluetoothserviceinfo_bluez.cpp b/src/connectivity/bluetooth/qbluetoothserviceinfo_bluez.cpp
new file mode 100644
index 0000000000..e22860c8fb
--- /dev/null
+++ b/src/connectivity/bluetooth/qbluetoothserviceinfo_bluez.cpp
@@ -0,0 +1,67 @@
+/****************************************************************************
+**
+** Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
+** Contact: Nokia Corporation (qt-info@nokia.com)
+**
+** This file is part of the Qt Mobility Components.
+**
+** $QT_BEGIN_LICENSE:LGPL$
+** No Commercial Usage
+** This file contains pre-release code and may not be distributed.
+** You may use this file in accordance with the terms and conditions
+** contained in the Technology Preview License Agreement accompanying
+** this package.
+**
+** GNU Lesser General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU Lesser
+** General Public License version 2.1 as published by the Free Software
+** Foundation and appearing in the file LICENSE.LGPL included in the
+** packaging of this file. Please review the following information to
+** ensure the GNU Lesser General Public License version 2.1 requirements
+** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+**
+** In addition, as a special exception, Nokia gives you certain
+** additional rights. These rights are described in the Nokia Qt LGPL
+** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
+** package.
+**
+** If you have questions regarding the use of this file, please
+** contact Nokia at http://qt.nokia.com/contact.
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+#include "qbluetoothserviceinfo.h"
+#include "qbluetoothserviceinfo_p.h"
+
+QTM_BEGIN_NAMESPACE
+
+bool QBluetoothServiceInfo::isRegistered() const
+{
+}
+
+bool QBluetoothServiceInfo::registerService() const
+{
+}
+
+bool QBluetoothServiceInfo::unregisterService() const
+{
+}
+
+QBluetoothServiceInfoPrivate::QBluetoothServiceInfoPrivate()
+{
+}
+
+QBluetoothServiceInfoPrivate::~QBluetoothServiceInfoPrivate()
+{
+}
+
+void QBluetoothServiceInfoPrivate::setRegisteredAttribute(quint16 attributeId, const QVariant &value) const
+{
+}
+
+void QBluetoothServiceInfoPrivate::removeRegisteredAttribute(quint16 attributeId) const
+{
+}
+
+QTM_END_NAMESPACE