From dba1d9703c58940f0ed9ba7615380c9feb7dbcdb Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 17 Oct 2008 15:52:37 +0300 Subject: 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. --- audio/telephony.h | 1 + 1 file changed, 1 insertion(+) 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; -- cgit