summaryrefslogtreecommitdiff
path: root/doc/health-api.txt
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-12-21 00:18:18 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-12-21 00:18:18 +0200
commit98b4797764ccb114c9a1ee00d911d0f88c3f7180 (patch)
tree8116880d65a3d39621347712c5543e83a6f87a7f /doc/health-api.txt
parentdb5d83d6f3b897066a818f45c57cc3120e7f4e96 (diff)
downloadbluez-98b4797764ccb114c9a1ee00d911d0f88c3f7180.tar.gz
health: Use lower-case strings for enum values (for consistency)
Diffstat (limited to 'doc/health-api.txt')
-rw-r--r--doc/health-api.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/health-api.txt b/doc/health-api.txt
index 26e7a4a08..2c48ff204 100644
--- a/doc/health-api.txt
+++ b/doc/health-api.txt
@@ -22,8 +22,8 @@ Methods object CreateApplication(dict config)
string Role:
- Mandatory. Possible values: "Source",
- "Sink"
+ Mandatory. Possible values: "source",
+ "sink"
string Description:
@@ -32,7 +32,7 @@ Methods object CreateApplication(dict config)
ChannelType:
Optional, just for sources. Possible
- values: "Reliable", "Streaming"
+ values: "reliable", "streaming"
Possible Errors: org.bluez.Error.InvalidArguments
@@ -68,7 +68,7 @@ Methods boolean Echo()
Creates a new data channel. The configuration should
indicate the channel quality of service using one of
- this values "Reliable", "Streaming", "Any".
+ this values "reliable", "streaming", "any".
Returns the object path that identifies the data
channel that is already connected.
@@ -137,8 +137,8 @@ Methods fd Acquire()
Properties string Type [readonly]
- The quality of service of the data channel. ("Reliable"
- or "Streaming")
+ The quality of service of the data channel. ("reliable"
+ or "streaming")
object Device [readonly]