summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-06-25 17:49:36 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-06-25 17:49:36 -0500
commit20da18ca8b93b88182d0f2c7a48c4b5131c53864 (patch)
tree8af576a612b919d5a348e2493a03af6dbd1fc76f /doc
parent04a25a40583d3eb42d776505f790d91dae699007 (diff)
downloadofono-20da18ca8b93b88182d0f2c7a48c4b5131c53864.tar.bz2
sms: Tweak the Bearer API
Diffstat (limited to 'doc')
-rw-r--r--doc/sms-api.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/sms-api.txt b/doc/sms-api.txt
index 87076cad..a11ce210 100644
--- a/doc/sms-api.txt
+++ b/doc/sms-api.txt
@@ -58,7 +58,7 @@ Properties string ServiceCenterAddress
Contains the bearer to use for SMS messages. Possible
values are:
- "cs" - Circuit Switched only
- "ps" - Packet Domain only
- "cs_preferred" - Use PS if CS is unavailable
- "ps_preferred" - Use CS if PS is unavailable
+ "cs-only" - Circuit Switched only
+ "ps-only" - Packet Domain only
+ "cs-preferred" - Use PS if CS is unavailable
+ "ps-preferred" - Use CS if PS is unavailable