Loading radio/config/1.3/types.hal +7 −1 Original line number Diff line number Diff line Loading @@ -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
radio/config/1.3/types.hal +7 −1 Original line number Diff line number Diff line Loading @@ -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; };