Merge "Partial hal support for secondary link bandwidth"

This commit is contained in:
Daniel Bright 2021-01-12 23:40:41 +00:00 committed by Android (Google) Code Review
commit 1d8f60cbb4

View file

@ -19,4 +19,10 @@ package android.hardware.radio.config@1.3;
/** /**
* Contains the device capabilities with respect to the Radio HAL. * 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;
};