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

Commit 1d8f60cb authored by Daniel Bright's avatar Daniel Bright Committed by Android (Google) Code Review
Browse files

Merge "Partial hal support for secondary link bandwidth"

parents de21d198 6d42d047
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;
};