Merge "Remove the suffix LEGACY from CLUSTER_NAVIGATION_STATE_LEGACY." into sc-dev

This commit is contained in:
Yuncheol Heo
2021-03-31 23:07:19 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -1222,7 +1222,7 @@ const ConfigDeclaration kVehicleProperties[]{
{
.config =
{
.prop = toInt(VehicleProperty::CLUSTER_NAVIGATION_STATE_LEGACY),
.prop = toInt(VehicleProperty::CLUSTER_NAVIGATION_STATE),
.access = VehiclePropertyAccess::WRITE,
.changeMode = VehiclePropertyChangeMode::ON_CHANGE,
},

View File

@@ -3201,7 +3201,7 @@ enum VehicleProperty : int32_t {
* @change_mode VehiclePropertyChangeMode:ON_CHANGE
* @access VehiclePropertyAccess:WRITE
*/
CLUSTER_NAVIGATION_STATE_LEGACY = (
CLUSTER_NAVIGATION_STATE = (
0x0F38
| VehiclePropertyGroup:SYSTEM
| VehiclePropertyType:BYTES