summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothdeviceinfo.h
diff options
context:
space:
mode:
authorNedim Hadzic <nhadzic@blackberry.com>2014-02-20 14:40:09 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-21 13:54:21 +0100
commit97145ded82e657b13dd43ebf9fa4671171eeefd6 (patch)
tree4444ae0cef854ba9ea364328459a806d9001430f /src/bluetooth/qbluetoothdeviceinfo.h
parent7326f1789db31fb69c98d7e37a25f08549c73454 (diff)
QBluetoothDeviceInfo coreConfiguration fix implemented
Order of device configuration changed. Change-Id: Ie8287958bef6eefa4d821d0f6199347bb38cc8c4 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/bluetooth/qbluetoothdeviceinfo.h')
-rw-r--r--src/bluetooth/qbluetoothdeviceinfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bluetooth/qbluetoothdeviceinfo.h b/src/bluetooth/qbluetoothdeviceinfo.h
index b6b29ca9..a9aad493 100644
--- a/src/bluetooth/qbluetoothdeviceinfo.h
+++ b/src/bluetooth/qbluetoothdeviceinfo.h
@@ -197,9 +197,9 @@ public:
};
enum CoreConfiguration {
- BaseRateCoreConfiguration = 0x01,
- BaseRateAndLowEnergyCoreConfiguration = 0x02,
- LowEnergyCoreConfiguration = 0x03
+ LowEnergyCoreConfiguration = 0x01,
+ BaseRateCoreConfiguration = 0x02,
+ BaseRateAndLowEnergyCoreConfiguration = 0x03
};
Q_DECLARE_FLAGS(CoreConfigurations, CoreConfiguration)