From 5311b73ddeaf9ca69c1385e5f490dac64a4221fa Mon Sep 17 00:00:00 2001 From: "kibak.yoon" Date: Fri, 14 Jul 2017 14:12:42 +0900 Subject: [PATCH] sensor: capi: add SIGINIFICANT_MOTION sensor type Change-Id: Ic603c9db1d90e95c5f61e267fabe5055f32bfccf Signed-off-by: kibak.yoon --- include/sensor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/sensor.h b/include/sensor.h index 4449fa4..84120c2 100644 --- a/include/sensor.h +++ b/include/sensor.h @@ -141,6 +141,7 @@ typedef enum @if MOBILE (Since 2.4) @elseif WEARABLE (Since 2.3.2) @endif */ SENSOR_GEOMAGNETIC_ROTATION_VECTOR, /**< Geomagnetic-based rotation vector sensor @if MOBILE (Since 2.4) @elseif WEARABLE (Since 2.3.2) @endif */ + SENSOR_SIGNIFICANT_MOTION = 0x100, /**< Significant motion sensor (Since 4.0) */ SENSOR_HUMAN_PEDOMETER = 0x300, /**< Pedometer (Since 3.0) @n Privilege : http://tizen.org/privilege/healthinfo */ SENSOR_HUMAN_SLEEP_MONITOR, /**< Sleep monitor (Since 3.0) -- 2.34.1