summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergyserviceinfo_p.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-07-18 13:44:09 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-07-23 11:01:47 +0200
commitd5731113e912e0df17f19fcdb12b4b6b68256220 (patch)
tree543c437f8ba375175631a05488e3e2cbd2fe2482 /src/bluetooth/qlowenergyserviceinfo_p.h
parent3956cae8adc2cb7f8f883e52a7f19e4f5b9fea29 (diff)
Remove old GATT API
The subsequent patches will rename QLowEnergyControllerNew to QLowEnergyController and fix up the documentation fragments which still point to the old API. Change-Id: I084e6b1a85a17f424702018f3ad7047bda35d46a Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
Diffstat (limited to 'src/bluetooth/qlowenergyserviceinfo_p.h')
-rw-r--r--src/bluetooth/qlowenergyserviceinfo_p.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/bluetooth/qlowenergyserviceinfo_p.h b/src/bluetooth/qlowenergyserviceinfo_p.h
index 3f03ca02..fcdb0555 100644
--- a/src/bluetooth/qlowenergyserviceinfo_p.h
+++ b/src/bluetooth/qlowenergyserviceinfo_p.h
@@ -43,15 +43,12 @@
#define QLOWENERGYSERVICEINFO_P_H
#include "qbluetoothuuid.h"
#include "qlowenergyserviceinfo.h"
-#include "qlowenergycharacteristicinfo.h"
#include <QPointer>
QT_BEGIN_NAMESPACE
class QBluetoothUuid;
class QLowEnergyServiceInfo;
-class QLowEnergyCharacteristicInfo;
-class QLowEnergyProcess;
class QLowEnergyServiceInfoPrivate
{
@@ -63,7 +60,6 @@ public:
QBluetoothUuid uuid;
- QList<QLowEnergyCharacteristicInfo> characteristicList;
QLowEnergyServiceInfo::ServiceType serviceType;
bool connected;
QBluetoothDeviceInfo deviceInfo;
@@ -72,10 +68,6 @@ public:
QString endingHandle;
#endif
-#ifdef QT_QNX_BLUETOOTH
- static void serviceNotification(int, short unsigned int, const char unsigned *, short unsigned int, void *);
-#endif
-
private:
#if defined(QT_BLUEZ_BLUETOOTH) && !defined(QT_BLUEZ_NO_BTLE)
int m_step;