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

Commit 6d42d047 authored by Daniel Bright's avatar Daniel Bright
Browse files

Partial hal support for secondary link bandwidth

* Added modemReducedFeatureSet1 flag to HalDeviceCapabilities
* Applied flag to secondary link bandwidth getters in carrier bandwidth

Test: cts
Bug: 173806995
Change-Id: Icfca599607e02a6c3e258c11dc9eb7701b7afd3f
parent 55623424
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;
};