summaryrefslogtreecommitdiff
path: root/profiles/cyclingspeed
Commit message (Expand)AuthorAgeFilesLines
* build: Remove deprecated profilesLuiz Augusto von Dentz2016-10-181-1266/+0
* profiles: Fix includes for gdbus.h headerMarcel Holtmann2015-03-011-1/+1
* profiles: Use local libbluetooth includesMarcel Holtmann2015-02-281-0/+4
* profiles: Add explicit include for lib/bluetooth.hMarcel Holtmann2015-02-181-0/+1
* cyclingspeed: Discover CCC using gatt_discover_descAndrzej Kaczmarek2014-05-051-47/+26
* Replace att_put_u16() by put_le16()Claudio Takahasi2014-03-241-5/+5
* Replace att_get_u16() by get_le16()Claudio Takahasi2014-03-241-6/+6
* Replace att_put_u32() by put_le32()Claudio Takahasi2014-03-241-1/+1
* Replace att_get_u32() by get_le32()Claudio Takahasi2014-03-241-1/+2
* profiles: Use full include path for header filesMarcel Holtmann2014-01-251-9/+9
* attrib: Modify gatt_cb_t signatureAnderson Lizardo2014-01-111-1/+1
* attrib: Rename gatt_find_info() to gatt_discover_char_desc()Anderson Lizardo2013-07-241-1/+1
* cyclingspeed: Fix D-Bus registration error caseMikel Astiz2013-05-291-2/+2
* cyclingspeed: Get rid of gintLucas De Marchi2013-05-011-3/+3
* profile: Use btd_service for probing profilesMikel Astiz2013-04-261-3/+5
* profile: Remove UUID list from probe functionMikel Astiz2013-04-261-2/+1
* profile: Limit to one remote UUID per profileMikel Astiz2013-03-101-1/+1
* profiles: Fix includes for uuid.hMarcel Holtmann2013-01-091-1/+1
* profiles: Remove the total silly usage of gchar and replace it with charMarcel Holtmann2013-01-041-2/+2
* cyclingspeed: The function g_dbus_pending_property_error has no return valueMarcel Holtmann2012-12-291-8/+16
* profiles: Make use of btd_device_get_primaryJohan Hedberg2012-12-141-16/+2
* cyclingspeed: Append version to CyclingSpeed interfacesLuiz Augusto von Dentz2012-12-141-3/+3
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-1/+5
* Use the entire include path for gdbus.hLucas De Marchi2012-12-051-1/+1
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* cyclingspeed: Fix various coding style issuesJohan Hedberg2012-12-051-31/+32
* cyclingspeed: Add support for Set Cumulative ValueAndrzej Kaczmarek2012-12-051-1/+91
* cyclingspeed: Add support for Update Sensor LocationAndrzej Kaczmarek2012-12-051-1/+121
* cyclingspeed: Add support for Request Supported Sensor LocationsAndrzej Kaczmarek2012-12-051-4/+57
* cyclingspeed: Add stub to use SC Control PointAndrzej Kaczmarek2012-12-051-5/+140
* cyclingspeed: Add DBus.Properties for org.bluez.CyclingSpeed interfaceAndrzej Kaczmarek2012-12-051-1/+95
* cyclingspeed: Process measurement notificationsAndrzej Kaczmarek2012-12-051-1/+138
* cyclingspeed: Add support to enable measurement notificationsAndrzej Kaczmarek2012-12-051-1/+71
* cyclingspeed: Add CyclingSpeedManager interfaceAndrzej Kaczmarek2012-12-051-1/+150
* cyclingspeed: Read Sensor Location characteristic valueAndrzej Kaczmarek2012-12-051-1/+39
* cyclingspeed: Read CSC Feature characteristic valueAndrzej Kaczmarek2012-12-051-1/+34
* cyclingspeed: Discover characteristics CCCAndrzej Kaczmarek2012-12-051-2/+80
* cyclingspeed: Discover CSCS characteristicsAndrzej Kaczmarek2012-12-051-0/+60
* cyclingspeed: Add attio callbacksAndrzej Kaczmarek2012-12-051-0/+36
* cyclingspeed: Add CSC profile plugin skeletonAndrzej Kaczmarek2012-12-051-0/+192