summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-10-17 15:52:37 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-10-17 15:52:37 +0300
commitdba1d9703c58940f0ed9ba7615380c9feb7dbcdb (patch)
tree20de649ab702a77f15e9987cb3ad8f705e3dcded
parentfa04ca3495bd652e54bc73c96ea7eaa354e1296f (diff)
Add network timeout CME error
This error code doesn't appear in the CME error table in the HFP spec but there are references to it in a couple of other places in the spec.
-rw-r--r--audio/telephony.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/telephony.h b/audio/telephony.h
index 95434093..4e04e71c 100644
--- a/audio/telephony.h
+++ b/audio/telephony.h
@@ -116,6 +116,7 @@ typedef enum {
CME_ERROR_DIAL_STRING_TOO_LONG = 26,
CME_ERROR_INVALID_DIAL_STRING = 27,
CME_ERROR_NO_NETWORK_SERVICE = 30,
+ CME_ERROR_NETWORK_TIMEOUT = 31,
CME_ERROR_NETWORK_NOT_ALLOWED = 32,
} cme_error_t;