summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2017-02-15 09:19:22 +0100
committerKari Hautamäki <kari.hautamaki@qt.io>2017-02-15 08:27:02 +0000
commit9c8d67cb260fae6504703afe3f24551f8733f31c (patch)
tree6f47a650f74e5bb6c92ccbf61d6abe8fc7299189
parentbe61c9004e66bb58ead920cb152cfab80b31f01f (diff)
iot-sensortag: Fix infrared temperature service uuid
Change-Id: I9f5842272311e77dea066a6f73d09366c8ab529b Reviewed-by: Kari Hautamäki <kari.hautamaki@qt.io>
-rw-r--r--tradeshow/iot-sensortag/bluetoothapiconstants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tradeshow/iot-sensortag/bluetoothapiconstants.h b/tradeshow/iot-sensortag/bluetoothapiconstants.h
index 57d0849..8e0672a 100644
--- a/tradeshow/iot-sensortag/bluetoothapiconstants.h
+++ b/tradeshow/iot-sensortag/bluetoothapiconstants.h
@@ -53,7 +53,7 @@
// NOTE! This file should only contain defines, no implementation
// These service UUIDs come from the Texas Intruments SensorTag Bluetooth LE API specification
-#define IRTEMPERATURESENSOR_SERVICE_UUID "f00aa00-0451-4000-b000-000000000000"
+#define IRTEMPERATURESENSOR_SERVICE_UUID "f000aa00-0451-4000-b000-000000000000"
#define BAROMETER_SERVICE_UUID "f000aa40-0451-4000-b000-000000000000"
#define HUMIDITYSENSOR_SERVICE_UUID "f000aa20-0451-4000-b000-000000000000"
#define LIGHTSENSOR_SERVICE_UUID "f000aa70-0451-4000-b000-000000000000"