From a93e075c1986873ff4d6656c9b17821c44b5aac2 Mon Sep 17 00:00:00 2001 From: Shishir Agrawal Date: Thu, 12 Dec 2013 17:03:12 -0800 Subject: Change in semantics for RIL_REQUEST_SIM_OPEN_CHANNEL: -1 indicates error. Changing the RIL_REQUEST_SIM_OPEN_CHANNEL comment to state that the modem should return -1 on error and not 0. Change-Id: Ied71c23857659048f080531b79f98eb9db221c96 --- include/telephony/ril.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/telephony/ril.h') diff --git a/include/telephony/ril.h b/include/telephony/ril.h index d8c2ce4..ce93774 100644 --- a/include/telephony/ril.h +++ b/include/telephony/ril.h @@ -3616,7 +3616,7 @@ typedef struct { * * "response" is int * * ((int *)data)[0] contains the session id of the logical channel. - * A value of 0 indicates an invalid session id. + * A value of -1 indicates an invalid session id. * * Valid errors: * SUCCESS -- cgit v1.2.3