summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshutosh Joshi <ashutoshj@google.com>2017-04-14 08:22:38 -0700
committerAshutosh Joshi <ashutoshj@google.com>2017-04-15 01:08:08 +0000
commitd14335b8a668644177a1f3ac6b40ee6e99845b3d (patch)
tree7efc5ea8cc7e2992c3a1bdf2067cf277d37e438d
parent17d4579494ae7a539fd359985379a4d6d53e68e7 (diff)
downloadlibhardware-d14335b8a668644177a1f3ac6b40ee6e99845b3d.tar.gz
Ensure that LLOB sensor is names similr to other android sensors.
Ensuring that the LLOB sensos naming style is consistent with other sensor naming styles. Bug: 36554362 Test: Verify that the sensor shows up with the appropriate name string. Change-Id: Ic91d13e7c1c6652179d3259509682f3c19cd89dc
-rw-r--r--include/hardware/sensors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hardware/sensors.h b/include/hardware/sensors.h
index 92a8fd9d..dde997fd 100644
--- a/include/hardware/sensors.h
+++ b/include/hardware/sensors.h
@@ -183,7 +183,7 @@ enum {
#define SENSOR_STRING_TYPE_HEART_BEAT "android.sensor.heart_beat"
#define SENSOR_STRING_TYPE_DYNAMIC_SENSOR_META "android.sensor.dynamic_sensor_meta"
#define SENSOR_STRING_TYPE_ADDITIONAL_INFO "android.sensor.additional_info"
-#define SENSOR_STRING_TYPE_LOW_LATENCY_OFFBODY_DETECT "android.sensor.low_latency_offbody"
+#define SENSOR_STRING_TYPE_LOW_LATENCY_OFFBODY_DETECT "android.sensor.low_latency_offbody_detect"
#define SENSOR_STRING_TYPE_ACCELEROMETER_UNCALIBRATED "android.sensor.accelerometer_uncalibrated"
/**