sensor: add attribute keys for sleep monitor & hrm 42/78642/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Wed, 6 Jul 2016 09:23:01 +0000 (18:23 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Wed, 6 Jul 2016 09:23:01 +0000 (18:23 +0900)
Change-Id: Ic420600427d35377392f4ac638a4f21cd96eb3d0
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
include/SensorRecorderTypes.h

index 6081b53..7ad6d0c 100644 (file)
@@ -45,6 +45,8 @@
 #define KEY_AVG_PRESSURE       "AvgPressure"
 #define KEY_MIN_PRESSURE       "MinPressure"
 #define KEY_MAX_PRESSURE       "MaxPressure"
+#define KEY_SLEEP_STATE                KEY_STATE
+#define KEY_HEART_RATE         "HeartRate"
 
 /* Values */
 #define VAL_START              "Start"