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

Commit ed9cee00 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Specify which features the reduced feature set affects" am: f93ea0d2...

Merge "Specify which features the reduced feature set affects" am: f93ea0d2 am: 8dc9a0f9 am: d1dde20b am: 688c8846

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1578685

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Icb440088590993a7b12d35b5717074bbc899e144
parents c5160d0a 688c8846
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -21,8 +21,14 @@ package android.hardware.radio.config@1.3;
 */
struct HalDeviceCapabilities {
  /**
   * True indicates that the modem is missing features within the current
   * version of the Radio HAL.
   * True indicates that the modem does NOT support the following features:
   * <ul>
   * <li>Providing either
   * android.hardware.radio@1.6::LinkCapacityEstimate:secondaryDownlinkCapacityKbps
   * or android.hardware.radio@1.6::LinkCapacityEstimate:secondaryUplinkCapacityKbps
   * when given from android.hardware.radio@1.6::RadioIndication:currentLinkCapacityEstimate
   * </li>
   * </ul>
   */
  bool modemReducedFeatureSet1;
};