Bug 938466 - Part2: modify STK BIP command const. r=yoshi

This commit is contained in:
Georgia Wang 2013-11-14 11:18:57 +08:00
parent b36bc69a6a
commit ebc236056e

View File

@ -759,10 +759,6 @@ this.STK_CMD_SEND_USSD = 0x12;
this.STK_CMD_SEND_SMS = 0x13;
this.STK_CMD_SEND_DTMF = 0x14;
this.STK_CMD_LAUNCH_BROWSER = 0x15;
this.STK_CMD_OPEN_CHANNEL = 0x16;
this.STK_CMD_CLOSE_CHANNEL = 0x17;
this.STK_CMD_RECEIVE_DATA = 0x18;
this.STK_CMD_SEND_DATA = 0x19;
this.STK_CMD_PLAY_TONE = 0x20;
this.STK_CMD_DISPLAY_TEXT = 0x21;
this.STK_CMD_GET_INKEY = 0x22;
@ -772,6 +768,10 @@ this.STK_CMD_SET_UP_MENU = 0x25;
this.STK_CMD_PROVIDE_LOCAL_INFO = 0x26;
this.STK_CMD_TIMER_MANAGEMENT = 0x27;
this.STK_CMD_SET_UP_IDLE_MODE_TEXT = 0x28;
this.STK_CMD_OPEN_CHANNEL = 0x40;
this.STK_CMD_CLOSE_CHANNEL = 0x41;
this.STK_CMD_RECEIVE_DATA = 0x42;
this.STK_CMD_SEND_DATA = 0x43;
// STK Result code.
// TS 11.14, clause 12.12