summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothdeviceinfo_p.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2018-01-29 19:06:59 +0100
committerOliver Wolff <oliver.wolff@qt.io>2018-08-17 06:28:17 +0000
commit0f930cddefe386c6b6f65b8b11342c9e76876a9b (patch)
tree546340d74090e05865bc4a28d27895ae969e1919 /src/bluetooth/qbluetoothdeviceinfo_p.h
parentc0960600bad55c5df62ba26a78d08179658b0454 (diff)
Add manufacturer data to QBluetoothDeviceInfo
The initial patch was contributed by Thiemo van Engelen. Change-Id: I45fad793ba092ab2820e606d8bf8807afa3e911e Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'src/bluetooth/qbluetoothdeviceinfo_p.h')
-rw-r--r--src/bluetooth/qbluetoothdeviceinfo_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothdeviceinfo_p.h b/src/bluetooth/qbluetoothdeviceinfo_p.h
index 8d827f0b..15c9e21c 100644
--- a/src/bluetooth/qbluetoothdeviceinfo_p.h
+++ b/src/bluetooth/qbluetoothdeviceinfo_p.h
@@ -56,6 +56,7 @@
#include "qbluetoothuuid.h"
#include <QString>
+#include <QtCore/qhash.h>
QT_BEGIN_NAMESPACE
@@ -78,6 +79,7 @@ public:
QBluetoothDeviceInfo::DataCompleteness serviceUuidsCompleteness;
QList<QBluetoothUuid> serviceUuids;
+ QHash<quint16, QByteArray> manufacturerData;
QBluetoothDeviceInfo::CoreConfigurations deviceCoreConfiguration;
QBluetoothUuid deviceUuid;