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

Commit e3b14372 authored by Daniel Bright's avatar Daniel Bright Committed by Automerger Merge Worker
Browse files

Merge "Partial hal support for secondary link bandwidth" am: 00337a76

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Icfed709b874f6aff4d657ddf017378020e1131b4
parents 719f23d1 00337a76
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;
};