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

Commit 00337a76 authored by Daniel Bright's avatar Daniel Bright Committed by Gerrit Code Review
Browse files

Merge "Partial hal support for secondary link bandwidth"

parents 768cec42 c1f7f981
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -19,4 +19,10 @@ package android.hardware.radio.config@1.3;
/**
 * Contains the device capabilities with respect to the Radio HAL.
 */
struct HalDeviceCapabilities {};
struct HalDeviceCapabilities {
  /**
   * True indicates that the modem is missing features within the current
   * version of the Radio HAL.
   */
  bool modemReducedFeatureSet1;
};