Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a5634fe6 authored by shrikar's avatar shrikar
Browse files

Added temporary unavailable state behavior to ADAS ENABLED property docs

Bug: 269785806
Test: manual build
Change-Id: I43c37fbe692ed1a5c1bdf36dee4cb7bda4e4ad5b
parent 87bc929e
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -3878,6 +3878,11 @@ enum VehicleProperty {
     * maneuver is detected, ELKA alerts the driver and applies steering corrections to keep the
     * vehicle in its original lane.
     *
     * In general, EMERGENCY_LANE_KEEP_ASSIST_ENABLED should always return true or false. If the
     * feature is not available due to some temporary state, such as the vehicle speed being too
     * low, that information must be conveyed through the ErrorState values in the
     * EMERGENCY_LANE_KEEP_ASSIST_STATE property.
     *
     * This property is defined as read_write, but OEMs have the option to implement it as read
     * only.
     *
@@ -3916,6 +3921,11 @@ enum VehicleProperty {
     * When CC is enabled, the ADAS system in the vehicle should be turned on and responding to
     * commands.
     *
     * In general, CRUISE_CONTROL_ENABLED should always return true or false. If the feature is not
     * available due to some temporary state, such as the vehicle speed being too low, that
     * information must be conveyed through the ErrorState values in the CRUISE_CONTROL_STATE
     * property.
     *
     * This property is defined as read_write, but OEMs have the option to implement it as read
     * only.
     *
@@ -3992,6 +4002,10 @@ enum VehicleProperty {
     * vehicle should be monitoring the presence of the driver's hands on the steering wheel and
     * send a warning if it detects that the driver's hands are no longer on the steering wheel.
     *
     * In general, HANDS_ON_DETECTION_ENABLED should always return true or false. If the feature is
     * not available due to some temporary state, that information must be conveyed through the
     * ErrorState values in the HANDS_ON_DETECTION_STATE property.
     *
     * This property is defined as read_write, but OEMs have the option to implement it as read
     * only.
     *
@@ -4055,6 +4069,10 @@ enum VehicleProperty {
     * be monitoring the attention level of the driver and should send a warning if it detects that
     * the driver is distracted.
     *
     * In general, DRIVER_ATTENTION_MONITORING_ENABLED should always return true or false. If the
     * feature is not available due to some temporary state, that information must be conveyed
     * through the ErrorState values in the DRIVER_ATTENTION_MONITORING_STATE property.
     *
     * This property is defined as read_write, but OEMs have the option to implement it as read
     * only.
     *