summaryrefslogtreecommitdiff
path: root/doc/obex-api.txt
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-12-22 18:25:35 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-12-22 18:25:35 +0200
commitcfe3efeee775663368e1aa4f5f452dbc2da07c90 (patch)
tree91ce6bbcf8e9cb277ba368e21bbfb425022fc5a4 /doc/obex-api.txt
parente33fe5dec2079e2040ae98a9dcf0f3bdffb6a212 (diff)
downloadbluez-cfe3efeee775663368e1aa4f5f452dbc2da07c90.tar.gz
doc: Convert more upper case enums to lower case in obex-api
Diffstat (limited to 'doc/obex-api.txt')
-rw-r--r--doc/obex-api.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/obex-api.txt b/doc/obex-api.txt
index 0cd5a8b8b..b2998de73 100644
--- a/doc/obex-api.txt
+++ b/doc/obex-api.txt
@@ -307,9 +307,9 @@ Methods void Select(string location, string phonebook)
location : Where the phonebook is stored, possible
inputs :
- "INT" ( "INTERNAL" which is default )
- "SIM" ( "SIM1" )
- "SIM2"
+ "int" ( "internal" which is default )
+ "sim" ( "sim1" )
+ "sim2"
...
phonebook : Possible inputs :
@@ -458,9 +458,9 @@ Methods void SetLocation(string location)
location: Where the phonebook is stored, possible
values:
- "INT" ( "INTERNAL" which is default )
- "SIM1"
- "SIM2"
+ "int" ( "internal" which is default )
+ "sim1"
+ "sim2"
......
Possible errors: org.bluez.obex.Error.InvalidArguments
@@ -580,8 +580,8 @@ Methods void SetFolder(string name)
Message type
- Possible values: "EMAIL", "SMS_GSM",
- "SMS_CDMA" and "MMS"
+ Possible values: "email", "sms-gsm",
+ "sms-cdma" and "mms"
uint64 Size:
@@ -728,8 +728,8 @@ Properties string Subject [readonly]
Message type
- Possible values: "EMAIL", "SMS_GSM",
- "SMS_CDMA" and "MMS"
+ Possible values: "email", "sms-gsm",
+ "sms-cdma" and "mms"
uint64 Size [readonly]