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

Commit d2288bd5 authored by Daniel Bright's avatar Daniel Bright
Browse files

Specify which features the reduced feature set affects

Bug: 179513855
Test: N/A
Change-Id: I6026cdd54dbea13ffa1dd3ec400a72cf39cca4cb
parent 49ad4f04
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;
};