summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothdeviceinfo.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-10-16 16:28:27 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-10-16 16:51:17 +0200
commit4a6d4e8682384887d1b30b9c3107f47c57d7ee3f (patch)
tree7a744db6d876ea2b3aa593b4f5277310598ac712 /src/bluetooth/qbluetoothdeviceinfo.h
parent8b42497996549bccbbaabdf35756e1b8f2e6642b (diff)
Add QBluetoothDeviceInfo::UnknownCoreConfiguration enum value
The value is needed for platforms which do not provide this type information. An example are Android versions below 18. The enum was added in Qt 5.4. Therefore we need to add the missing \since tag too. Change-Id: I23582e7500d8da6740b281ba9821d028c4f33e05 Reviewed-by: Timur Pocheptsov <Timur.Pocheptsov@digia.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/bluetooth/qbluetoothdeviceinfo.h')
-rw-r--r--src/bluetooth/qbluetoothdeviceinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothdeviceinfo.h b/src/bluetooth/qbluetoothdeviceinfo.h
index d97e54de..ea8b7627 100644
--- a/src/bluetooth/qbluetoothdeviceinfo.h
+++ b/src/bluetooth/qbluetoothdeviceinfo.h
@@ -189,6 +189,7 @@ public:
};
enum CoreConfiguration {
+ UnknownCoreConfiguration = 0x0,
LowEnergyCoreConfiguration = 0x01,
BaseRateCoreConfiguration = 0x02,
BaseRateAndLowEnergyCoreConfiguration = 0x03