mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-23 20:24:21 +08:00
doc: Small cleanup of the health API
This commit is contained in:
parent
74e1e34174
commit
40e88bc39f
@ -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
|
||||
=======================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user