Commit Graph

13 Commits

Author SHA1 Message Date
Johan Hedberg
98b4797764 health: Use lower-case strings for enum values (for consistency) 2012-12-21 00:18:18 +02:00
Marcel Holtmann
40e88bc39f doc: Small cleanup of the health API 2012-12-19 18:07:50 +01:00
Luiz Augusto von Dentz
28eede5b22 health: Append version to Health interfaces 2012-12-14 11:24:24 +02:00
Johan Hedberg
9461355107 doc: Remove nonexistent property methods and signals from health-api 2012-11-30 16:06:37 +02:00
Lucas De Marchi
fc10fc4edb doc: Update Health to BlueZ 5
Adapt to the new DBus.Properties and cleanup the format used in this
documentation to be similar to the other profiles.
2012-10-19 10:38:15 +03:00
Syam Sidhardhan
3e14a20905 doc: Fix typo 2012-04-13 12:45:10 +03:00
Elvis Pfützenreuter
bdc943dd18 Fix small typo 2011-02-09 13:57:58 -08:00
Elvis Pfützenreuter
cdf5188a2f Small fix in Health API documentation
Channel path skeleton is fixed in documentation, in order to
reflect atual implementation.
2010-11-06 12:55:11 +02:00
Elvis Pfützenreuter
1532898319 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.
2010-11-06 12:55:09 +02:00
Jose Antonio Santos Cadenas
0a50d08af2 Create a GetProperties function for HealthDevice 2010-10-06 10:37:09 +02:00
Santiago Carot-Nemesio
4e943f5f3e Changes in Health API
Connections are made directly to a device and bluetoothd daemon
guess the PSM connection and the MDEPID based on the data get
from the SDP record.

Also a property that indicates the first realiable channel is
added to the HealthDevice object.
2010-09-01 11:25:17 +03:00
Johan Hedberg
71cafd1631 Rename Register/UnregisterApplication to Create/DestroyApplication
Create/Destroy makes more sense since the application is created on the
bluetoothd side whereas what's really registered is an agent on the
caller side. This way the call is similar to e.g. CreatePairedDevice,
and so the parameter order should also be config first and then the
agent.
2010-07-12 18:24:01 -03:00
Jose Antonio Santos Cadenas
585cb76500 Add first proposal for Health Device Profile API 2010-07-12 17:38:47 -03:00