aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorElvis Pfützenreuter <epx@signove.com>2010-11-03 12:06:27 -0200
committerJohan Hedberg <johan.hedberg@nokia.com>2010-11-06 12:55:09 +0200
commit1532898319c4aba33353f5fe341d85586638634b (patch)
tree4d1d2953275ee73690ecaccbaf6ca82add5fe9e7 /doc
parent8c8ce257af78448ff1d53c057d96b7e62a8de994 (diff)
downloadbluez-1532898319c4aba33353f5fe341d85586638634b.tar.gz
Add Application property to HealthChannel
This patch adds the Application property to HealthChannel, which allows to unambiguously relate a channel to an application. This property is useful when there are several processes interested in accepting HealthChannels but device address is not sufficient criteria to engage upon, or ignore, the ChannelConnected signal. Having the application path allows to determine role and data type, in the context of the process that has created that application.
Diffstat (limited to 'doc')
-rw-r--r--doc/health-api.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/health-api.txt b/doc/health-api.txt
index 89d5ff99..30346662 100644
--- a/doc/health-api.txt
+++ b/doc/health-api.txt
@@ -160,3 +160,8 @@ Properties:
Identifies the Remote Device that is connected with. Maps with
a HealthDevice object.
+
+ object Application [readonly]
+
+ Identifies the HealthApplication to which this channel is
+ related to (which indirectly defines its role and data type).