mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-16 06:54:00 +00:00
Bug 938466 - Part 2: Modify STK BIP command const. r=yoshi
This commit is contained in:
parent
90cf103318
commit
0e22770e98
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user