summaryrefslogtreecommitdiffstats
path: root/automotive/vehicle
diff options
context:
space:
mode:
authorSteve Paik <spaik@google.com>2018-05-22 10:46:36 -0700
committerSteve Paik <spaik@google.com>2018-05-23 18:03:16 -0700
commit57b63bd35606007d7f97d2b2098aec2d150859a4 (patch)
treed65b30452fb3d8c5f60e36e74d5e328c6ce49751 /automotive/vehicle
parent3fea05cd400172194adfb5fe8fe5c0e25ca292ab (diff)
downloadandroid_hardware_interfaces-57b63bd35606007d7f97d2b2098aec2d150859a4.tar.gz
android_hardware_interfaces-57b63bd35606007d7f97d2b2098aec2d150859a4.tar.bz2
android_hardware_interfaces-57b63bd35606007d7f97d2b2098aec2d150859a4.zip
Fix tire pressure sensor property
Update comment to remove reference to unused min/max values Bug: 80102628 Test: comments updated Change-Id: I9555ac2e6c274b52e01ce9555e8403b2b94a5036
Diffstat (limited to 'automotive/vehicle')
-rw-r--r--automotive/vehicle/2.0/types.hal5
1 files changed, 3 insertions, 2 deletions
diff --git a/automotive/vehicle/2.0/types.hal b/automotive/vehicle/2.0/types.hal
index a031ee982..57179dfd6 100644
--- a/automotive/vehicle/2.0/types.hal
+++ b/automotive/vehicle/2.0/types.hal
@@ -501,7 +501,8 @@ enum VehicleProperty : int32_t {
/**
* Tire pressure
*
- * The min/max range is used to indicate the recommended tire pressure.
+ * min/max value indicates tire pressure sensor range. Each tire will have a separate min/max
+ * value denoted by its areaConfig.areaId.
*
* @change_mode VehiclePropertyChangeMode:CONTINUOUS
* @access VehiclePropertyAccess:READ
@@ -510,7 +511,7 @@ enum VehicleProperty : int32_t {
TIRE_PRESSURE = (
0x0309
| VehiclePropertyGroup:SYSTEM
- | VehiclePropertyType:MIXED
+ | VehiclePropertyType:FLOAT
| VehicleArea:WHEEL),
/**