SENSOR_GEOMAGNETIC_UNCALIBRATED, /**< Uncalibrated Geomagnetic sensor (Since Tizen 2.4) */
SENSOR_GYROSCOPE_ROTATION_VECTOR, /**< Gyroscope-based rotation vector sensor (Since Tizen 2.4) */
SENSOR_GEOMAGNETIC_ROTATION_VECTOR, /**< Geomagnetic-based rotation vector sensor (Since Tizen 2.4) */
- SENSOR_HUMAN_PEDOMETER, /**< Pedometer
- @if MOBILE (Since 3.0) @elseif WEARABLE (Since 2.3.2) @endif
- @n Privilege : http://tizen.org/privilege/healthinfo */
};
sensor_type_e manual_types[] = {
SENSOR_PROXIMITY, /**< Proximity sensor */
+ SENSOR_HUMAN_PEDOMETER, /**< Pedometer
+ @if MOBILE (Since 3.0) @elseif WEARABLE (Since 2.3.2) @endif
+ @n Privilege : http://tizen.org/privilege/healthinfo */
SENSOR_HUMAN_STRESS_MONITOR, /**< Stress monitor (Since 3.0)
@if MOBILE (Since 3.0) @elseif WEARABLE (Since 2.3.2) @endif
@n Privilege : http://tizen.org/privilege/healthinfo */
"http://tizen.org/feature/sensor.magnetometer.uncalibrated",
"http://tizen.org/feature/sensor.gyroscope_rotation_vector",
"http://tizen.org/feature/sensor.geomagnetic_rotation_vector",
- "http://tizen.org/feature/sensor.pedometer",
};
static char* manual_sensor_features[] = {
"http://tizen.org/feature/sensor.proximity",
+ "http://tizen.org/feature/sensor.pedometer",
"http://tizen.org/feature/sensor.sleep_monitor",
"http://tizen.org/feature/sensor.sleep_monitor",
"http://tizen.org/feature/sensor.stress_monitor",
};
-static bool sensor_supported[21];
+static bool sensor_supported[20];
static bool manual_sensor_supported[1];
static bool supported=false;