mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
Merge "Add new RadioError in telephony hidl interface." am: 441f2fda32 am: dd27f94c93
am: c274091df9
Change-Id: I8623c4b807e27536a8cb7e46973454a30addf85c
This commit is contained in:
@@ -51,6 +51,7 @@ enum RadioCdmaSmsConst : int32_t {
|
||||
};
|
||||
|
||||
enum RadioError : int32_t {
|
||||
INVALID_RESPONSE = -1, // Response from vendor had invalid data
|
||||
NONE = 0, // Success
|
||||
RADIO_NOT_AVAILABLE = 1, // If radio did not start or is resetting
|
||||
GENERIC_FAILURE = 2,
|
||||
|
||||
Reference in New Issue
Block a user