summaryrefslogtreecommitdiff
path: root/doc/health-api.txt
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-12-19 18:07:50 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-12-19 18:07:50 +0100
commit40e88bc39f8426a260a7fbbf357e277a3cb000ab (patch)
treef783fb4dd1f0e2a6e2cee6fb290fba140d08ce16 /doc/health-api.txt
parent74e1e34174d64c302b60d37794af349a147df22b (diff)
downloadbluez-40e88bc39f8426a260a7fbbf357e277a3cb000ab.tar.gz
doc: Small cleanup of the health API
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 193fbce9a..26e7a4a08 100644
--- a/doc/health-api.txt
+++ b/doc/health-api.txt
@@ -1,9 +1,6 @@
BlueZ D-Bus Health API description
**********************************
- Santiago Carot-Nemesio <sancane@gmail.com>
- José Antonio Santos-Cadenas <santoscadenas@gmail.com>
- Elvis Pfützenreuter <epx@signove.com>
HealthManager hierarchy
=======================
@@ -50,6 +47,7 @@ Methods object CreateApplication(dict config)
org.bluez.Error.NotFound
org.bluez.Error.NotAllowed
+
HealthDevice hierarchy
======================
@@ -64,7 +62,7 @@ Methods boolean Echo()
error is detected False value is returned.
Possible errors: org.bluez.Error.InvalidArguments
- org.bluez.Error.OutOfRange
+ org.bluez.Error.OutOfRange
object CreateChannel(object application, string configuration)
@@ -76,7 +74,7 @@ Methods boolean Echo()
channel that is already connected.
Possible errors: org.bluez.Error.InvalidArguments
- org.bluez.Error.HealthError
+ org.bluez.Error.HealthError
void DestroyChannel(object channel)
@@ -86,7 +84,8 @@ Methods boolean Echo()
it.
Possible errors: org.bluez.Error.InvalidArguments
- org.bluez.Error.NotFound org.bluez.Error.NotAllowed
+ org.bluez.Error.NotFound
+ org.bluez.Error.NotAllowed
Signals void ChannelConnected(object channel)
@@ -108,6 +107,7 @@ Properties object MainChannel [readonly]
data units. The first reliable can change after a
reconnection.
+
HealthChannel hierarchy
=======================