summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller_p.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2017-10-25 13:59:39 +0200
committerAlex Blasche <alexander.blasche@qt.io>2017-11-03 13:08:48 +0000
commit7a9d2e77befb13c1f714f842d4b0ee3fea2d4a6c (patch)
treed95662929b254a4bcd421e7ee2082b8433f360a7 /src/bluetooth/qlowenergycontroller_p.h
parent59ae3cc2ac7baee7e9df1e6ceffcfc882fbe6121 (diff)
Move common helper function from QLECPrivate to QLECPrivateBase
Change-Id: I5f126fabebf36b61a25e23ddc12c4dae21156cbc Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'src/bluetooth/qlowenergycontroller_p.h')
-rw-r--r--src/bluetooth/qlowenergycontroller_p.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/bluetooth/qlowenergycontroller_p.h b/src/bluetooth/qlowenergycontroller_p.h
index a9bd23fc..c00a56a0 100644
--- a/src/bluetooth/qlowenergycontroller_p.h
+++ b/src/bluetooth/qlowenergycontroller_p.h
@@ -122,8 +122,6 @@ public:
void disconnectFromDevice() override;
void discoverServices() override;
- void invalidateServices();
-
void discoverServiceDetails(const QBluetoothUuid &service) override;
void startAdvertising(const QLowEnergyAdvertisingParameters &params,
@@ -134,22 +132,8 @@ public:
void requestConnectionUpdate(const QLowEnergyConnectionParameters &params) override;
// misc helpers
-
- QLowEnergyCharacteristic characteristicForHandle(
- QLowEnergyHandle handle);
- QLowEnergyDescriptor descriptorForHandle(
- QLowEnergyHandle handle);
QLowEnergyService *addServiceHelper(const QLowEnergyServiceData &service) override;
-
- quint16 updateValueOfCharacteristic(QLowEnergyHandle charHandle,
- const QByteArray &value,
- bool appendValue);
- quint16 updateValueOfDescriptor(QLowEnergyHandle charHandle,
- QLowEnergyHandle descriptorHandle,
- const QByteArray &value,
- bool appendValue);
-
// read data
void readCharacteristic(const QSharedPointer<QLowEnergyServicePrivate> service,
const QLowEnergyHandle charHandle) override;