Merge "Partial hal support for secondary link bandwidth"
This commit is contained in:
commit
1d8f60cbb4
1 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue