Merge "Specify which features the reduced feature set affects" am: f93ea0d270

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I6da3ba1e45e4f1b1e4783b414f8515187f377fb8
This commit is contained in:
Treehugger Robot
2021-02-26 04:35:21 +00:00
committed by Automerger Merge Worker

View File

@@ -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;
};