Commit 2875bc2e authored by Amit Mahajan's avatar Amit Mahajan
Browse files

Fix comment for RIL_SIM_IO_Response in ril.h

Change-Id: Id4ebf5f40dda3e3751146b97cefd42cd15d43e75
parent 5d0cb9ee
......@@ -414,7 +414,8 @@ typedef struct {
typedef struct {
int sw1;
int sw2;
char *simResponse; /* In hex string format ([a-fA-F0-9]*). */
char *simResponse; /* In hex string format ([a-fA-F0-9]*), except for SIM_AUTHENTICATION
response for which it is in Base64 format, see 3GPP TS 31.102 7.1.2 */
} RIL_SIM_IO_Response;
/* See also com.android.internal.telephony.gsm.CallForwardInfo */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment