Fix tire pressure sensor property
Update comment to remove reference to unused min/max values Bug: 80102628 Test: comments updated Change-Id: I9555ac2e6c274b52e01ce9555e8403b2b94a5036
This commit is contained in:
parent
3fea05cd40
commit
57b63bd356
2 changed files with 4 additions and 3 deletions
|
@ -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),
|
||||
|
||||
/**
|
||||
|
|
|
@ -311,7 +311,7 @@ f2904a4c108ad1b93eb2fa4e43b82bd01ce1ff26156316e49d1d9fc80dfecaad android.hardwar
|
|||
3b17c1fdfc389e0abe626c37054954b07201127d890c2bc05d47613ec1f4de4f android.hardware.automotive.evs@1.0::types
|
||||
b3caf524c46a47d67e6453a34419e1881942d059e146cda740502670e9a752c3 android.hardware.automotive.vehicle@2.0::IVehicle
|
||||
7ce8728b27600e840cacf0a832f6942819fe535f9d3797ae052d5eef5065921c android.hardware.automotive.vehicle@2.0::IVehicleCallback
|
||||
3562503f550f70eec7a688343a600fb92b74efb807a31452b70195dfab328b22 android.hardware.automotive.vehicle@2.0::types
|
||||
06fa7218fb1500acca69b265a7e697b885933f7146cd6e8d83fe6c1fa06ce876 android.hardware.automotive.vehicle@2.0::types
|
||||
32cc50cc2a7658ec613c0c2dd2accbf6a05113b749852879e818b8b7b438db19 android.hardware.bluetooth.a2dp@1.0::IBluetoothAudioHost
|
||||
ff4be64d7992f8bec97dff37f35450e79b3430c61f85f54322ce45bef229dc3b android.hardware.bluetooth.a2dp@1.0::IBluetoothAudioOffload
|
||||
27f22d2e873e6201f9620cf4d8e2facb25bd0dd30a2b911e441b4600d560fa62 android.hardware.bluetooth.a2dp@1.0::types
|
||||
|
|
Loading…
Reference in a new issue