summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/bluetooth/qlowenergycharacteristicinfo.h1
-rw-r--r--src/bluetooth/qlowenergyserviceinfo_p.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/bluetooth/qlowenergycharacteristicinfo.h b/src/bluetooth/qlowenergycharacteristicinfo.h
index 77866b71..565d2195 100644
--- a/src/bluetooth/qlowenergycharacteristicinfo.h
+++ b/src/bluetooth/qlowenergycharacteristicinfo.h
@@ -57,6 +57,7 @@ class Q_BLUETOOTH_EXPORT QLowEnergyCharacteristicInfo
friend class QLowEnergyServiceInfoPrivate;
friend class QLowEnergyController;
friend class QLowEnergyControllerPrivate;
+ friend class QLowEnergyCharacteristicInfoPrivate;
public:
enum Error {
diff --git a/src/bluetooth/qlowenergyserviceinfo_p.h b/src/bluetooth/qlowenergyserviceinfo_p.h
index e91a78bb..bdda1598 100644
--- a/src/bluetooth/qlowenergyserviceinfo_p.h
+++ b/src/bluetooth/qlowenergyserviceinfo_p.h
@@ -82,12 +82,12 @@ public:
bool connected;
QBluetoothDeviceInfo deviceInfo;
QString errorString;
+ bool randomAddress;
#ifdef QT_BLUEZ_BLUETOOTH
QString startingHandle;
QString endingHandle;
QString path;
QBluetoothAddress adapterAddress;
- bool randomAddress;
void connectToTerminal();
void setHandles();
void setCharacteristics();