Merge "Partial hal support for secondary link bandwidth"

This commit is contained in:
Daniel Bright
2021-02-01 22:48:44 +00:00
committed by Gerrit Code Review

View File

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