From d2288bd5442e8ed0fe2f2dc7a4142d552755ea09 Mon Sep 17 00:00:00 2001 From: Daniel Bright Date: Fri, 5 Feb 2021 13:43:59 -0800 Subject: [PATCH] Specify which features the reduced feature set affects Bug: 179513855 Test: N/A Change-Id: I6026cdd54dbea13ffa1dd3ec400a72cf39cca4cb --- radio/config/1.3/types.hal | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/radio/config/1.3/types.hal b/radio/config/1.3/types.hal index ba964bfda9..8915970d67 100644 --- a/radio/config/1.3/types.hal +++ b/radio/config/1.3/types.hal @@ -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: + * */ bool modemReducedFeatureSet1; };