Merge "Add new RadioError in telephony hidl interface."
This commit is contained in:
commit
441f2fda32
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ enum RadioCdmaSmsConst : int32_t {
|
||||||
};
|
};
|
||||||
|
|
||||||
enum RadioError : int32_t {
|
enum RadioError : int32_t {
|
||||||
|
INVALID_RESPONSE = -1, // Response from vendor had invalid data
|
||||||
NONE = 0, // Success
|
NONE = 0, // Success
|
||||||
RADIO_NOT_AVAILABLE = 1, // If radio did not start or is resetting
|
RADIO_NOT_AVAILABLE = 1, // If radio did not start or is resetting
|
||||||
GENERIC_FAILURE = 2,
|
GENERIC_FAILURE = 2,
|
||||||
|
|
Loading…
Reference in a new issue