mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Partial hal support for secondary link bandwidth"
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user