summaryrefslogtreecommitdiff
path: root/profiles/health/hdp.c
Commit message (Expand)AuthorAgeFilesLines
* build: Fix errors with glibc < 2.25Fabrice Fontaine2022-02-151-2/+2
* profiles: Fix the reusing gerror without re-initializationTedd Ho-Jeong An2022-02-111-3/+3
* profiles/health: Replace random number generation functionTedd Ho-Jeong An2021-12-081-4/+7
* profiles: Use timeout_add_secondsFrédéric Danis2021-03-161-8/+8
* profiles: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* health: Fix use of L2CAP modes with bt_ioLuiz Augusto von Dentz2020-06-081-7/+7
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-1/+2
* health: Fix compiler warning from casting functionsMarcel Holtmann2018-05-241-5/+16
* profiles: Use local libbluetooth includesMarcel Holtmann2015-02-281-3/+6
* mcap: Rename mcap-lib to mcapRavi kumar Veeramally2014-10-021-1/+1
* mcap: Unify libmcap usage for Android and non-Android versionsRavi kumar Veeramally2014-10-021-2/+1
* health: Use proper type for tidSzymon Janc2014-09-241-1/+1
* HDP: Fix adding missing breaksAndrei Emeltchenko2014-06-301-0/+2
* HDP: Fix NULL checkAndrei Emeltchenko2014-06-251-1/+1
* HDP: trivial: Remove empty linesAndrei Emeltchenko2014-06-251-2/+0
* HDP: Remove extra debug statementsAndrei Emeltchenko2014-06-251-9/+11
* HDP: Add length checkAndrei Emeltchenko2014-06-181-0/+3
* HDP: trivial: Make code more readableAndrei Emeltchenko2014-06-181-1/+1
* HDP: Set error message on error conditionAndrei Emeltchenko2014-06-131-1/+4
* HDP: trivial: Fix redundant debug printAndrei Emeltchenko2014-06-131-1/+2
* health: Fix HealthDevice dbus registrationAndre Guedes2014-02-171-1/+2
* profiles: Make btio/btio.h include localMarcel Holtmann2014-01-251-1/+1
* profiles: Use full include path for header filesMarcel Holtmann2014-01-251-6/+7
* Rename adapter_get_address to btd_adapter_get_addressSzymon Janc2013-11-271-2/+4
* Rename adapter_get_device to btd_adapter_get_deviceSzymon Janc2013-11-271-2/+2
* adapter: Handle removing of SDP recordsSzymon Janc2013-09-231-1/+1
* health: Get rid of gintLucas De Marchi2013-05-011-5/+5
* health: Update to new adapter_get_device APIJohan Hedberg2013-01-251-3/+1
* health: Fix possible use after freeSyam Sidhardhan2013-01-221-1/+1
* health: Fix possible use after freeSyam Sidhardhan2013-01-091-1/+1
* profiles: Remove the total silly usage of gchar and replace it with charMarcel Holtmann2013-01-041-1/+1
* profiles: Fix missing config.h includesCristian Rodríguez2012-12-231-0/+4
* health: Use lower-case strings for enum values (for consistency)Johan Hedberg2012-12-211-5/+5
* core: Pass explicit address type info when creating device objectsJohan Hedberg2012-12-101-1/+2
* Use the entire include path for btio.hLucas De Marchi2012-12-051-1/+1
* Use the entire include path for gdbus.hLucas De Marchi2012-12-051-1/+1
* health: Convert HealthDevice to DBus.PropertiesLucas De Marchi2012-10-191-30/+26
* health: Convert HealthChannel to DBus.PropertiesLucas De Marchi2012-10-191-32/+36
* device: Convert device_get_address into simple getterSzymon Janc2012-10-051-3/+1
* adapter: Convert adapter_get_address into simple getterSzymon Janc2012-10-051-7/+7
* health: Simplify DBusConnection object handlingAndrzej Kaczmarek2012-09-211-88/+79
* adapter: Simplify DBusConnection object handlingAndrzej Kaczmarek2012-09-211-2/+1
* dbus-common: Remove conn parameter from emit_property_changedAndrzej Kaczmarek2012-09-211-6/+6
* Add profile abstraction (replaces btd_device drivers)Johan Hedberg2012-09-031-0/+1
* Update code base to use the new BtIO APIJohan Hedberg2012-08-281-1/+1
* health: move it to profilesGustavo Padovan2012-07-101-0/+2247