diff options
| author | Guillaume Lucas <guillaumex.lucas@intel.com> | 2010-11-30 13:21:50 +0000 |
|---|---|---|
| committer | Denis Kenzior <denkenz@gmail.com> | 2010-11-30 08:20:42 -0600 |
| commit | 8b0307a6218fccb9be5a1e099699b2e96c784392 (patch) | |
| tree | 7ed51435690c8842d720274be954557c397bed0a /doc | |
| parent | 5154d5e38de1c44856da34377b63e590ad69b7d6 (diff) | |
| download | ofono-8b0307a6218fccb9be5a1e099699b2e96c784392.tar.bz2 | |
stk: Add busy error for the display text command
According to the sequence 1.2 of the ETSI TS 102 384 a busy
screen error should be returns for the display text proactive
command when the ME is not able to display the text.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/stk-api.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/stk-api.txt b/doc/stk-api.txt index b9ca5929..79daee6a 100644 --- a/doc/stk-api.txt +++ b/doc/stk-api.txt @@ -116,6 +116,7 @@ Methods byte RequestSelection(string title, byte icon_id, cleared prior to the display of this text. Possible Errors: [service].Error.SimToolkit.GoBack + [service].Error.SimToolkit.Busy Implementation notes: |