summaryrefslogtreecommitdiff
path: root/doc/health-api.txt
Commit message (Collapse)AuthorAgeFilesLines
* health: Use lower-case strings for enum values (for consistency)Johan Hedberg2012-12-211-6/+6
|
* doc: Small cleanup of the health APIMarcel Holtmann2012-12-191-6/+6
|
* health: Append version to Health interfacesLuiz Augusto von Dentz2012-12-141-3/+3
|
* doc: Remove nonexistent property methods and signals from health-apiJohan Hedberg2012-11-301-13/+1
|
* doc: Update Health to BlueZ 5Lucas De Marchi2012-10-191-100/+98
| | | | | Adapt to the new DBus.Properties and cleanup the format used in this documentation to be similar to the other profiles.
* doc: Fix typoSyam Sidhardhan2012-04-131-3/+3
|
* Fix small typoElvis Pfützenreuter2011-02-091-1/+1
|
* Small fix in Health API documentationElvis Pfützenreuter2010-11-061-2/+1
| | | | | Channel path skeleton is fixed in documentation, in order to reflect atual implementation.
* Add Application property to HealthChannelElvis Pfützenreuter2010-11-061-0/+5
| | | | | | | | | | | 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.
* Create a GetProperties function for HealthDeviceJose Antonio Santos Cadenas2010-10-061-0/+7
|
* Changes in Health APISantiago Carot-Nemesio2010-09-011-66/+53
| | | | | | | | | 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.
* Rename Register/UnregisterApplication to Create/DestroyApplicationJohan Hedberg2010-07-121-2/+2
| | | | | | | | 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.
* Add first proposal for Health Device Profile APIJose Antonio Santos Cadenas2010-07-121-0/+168