summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller_bluez_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qlowenergycontroller_bluez_p.h')
-rw-r--r--src/bluetooth/qlowenergycontroller_bluez_p.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bluetooth/qlowenergycontroller_bluez_p.h b/src/bluetooth/qlowenergycontroller_bluez_p.h
index 76d3bb87..55a8a482 100644
--- a/src/bluetooth/qlowenergycontroller_bluez_p.h
+++ b/src/bluetooth/qlowenergycontroller_bluez_p.h
@@ -116,8 +116,6 @@ public:
void addToGenericAttributeList(const QLowEnergyServiceData &service,
QLowEnergyHandle startHandle) override;
- QLowEnergyService *addServiceHelper(const QLowEnergyServiceData &service) override;
-
struct Attribute {
Attribute() : handle(0) {}
@@ -133,7 +131,6 @@ public:
int maxLength;
};
QVector<Attribute> localAttributes;
- QLowEnergyHandle lastLocalHandle;
private:
quint16 connectionHandle = 0;