commit | 6804db22e05cb423cc9de57b73f07933815fb0e0 | [log] [tgz] |
---|---|---|
author | Daniel Bright <dbright@google.com> | Tue Feb 02 00:30:50 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Feb 02 00:30:50 2021 +0000 |
tree | 973c4133c3ac2dd07028cbb47fc15c81a129e986 | |
parent | ac5ba12437b13ce85a22e63a9b7e553da2fb3e8b [diff] | |
parent | e3b1437297ec85496e9550bfd47dd4158cb4972d [diff] |
Merge "Partial hal support for secondary link bandwidth" am: 00337a76b7 am: e3b1437297 Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1564477 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I342cdf6f6744f0107d4f6ae25a93014a3f727672
diff --git a/radio/config/1.3/types.hal b/radio/config/1.3/types.hal index bedb709..ba964bf 100644 --- a/radio/config/1.3/types.hal +++ b/radio/config/1.3/types.hal
@@ -19,4 +19,10 @@ /** * 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; +};