summaryrefslogtreecommitdiff
path: root/profiles/heartrate
AgeCommit message (Expand)AuthorFilesLines
2013-03-10profile: Limit to one remote UUID per profileMikel Astiz1-1/+1
2013-01-09profiles: Fix includes for uuid.hMarcel Holtmann1-1/+1
2013-01-04profiles: Remove the total silly usage of gchar and replace it with charMarcel Holtmann1-2/+2
2012-12-14profiles: Make use of btd_device_get_primaryJohan Hedberg1-15/+4
2012-12-14heartrate: Remove useless filesJohan Hedberg5-200/+71
2012-12-14heartrate: Append version to HeartRate interfacesLuiz Augusto von Dentz1-3/+3
2012-12-07Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2-1/+9
2012-12-05Use the entire include path for gdbus.hLucas De Marchi2-2/+2
2012-12-05Ensure config.h is included by using CPPFLAGSLucas De Marchi2-8/+0
2012-11-20build: Remove stupid -I directivesMarcel Holtmann2-6/+6
2012-11-09profiles: Remove GATT enable optionMarcel Holtmann1-5/+0
2012-10-17heartrate: Always write measurement CCC on discoveryAndrzej Kaczmarek1-12/+14
2012-10-13heartrate: Convert to DBus.PropertiesAndrzej Kaczmarek1-32/+41
2012-10-13heartrate: Remove unused measurement characteristic value handleAndrzej Kaczmarek1-3/+0
2012-10-13heartrate: Fix registration of notification handlerAndrzej Kaczmarek1-16/+8
2012-10-11heartrate: Use the per handle GATT event notifierVinicius Costa Gomes1-142/+145
2012-10-11gattrib: Add support for listening for events for specific handlesVinicius Costa Gomes1-1/+1
2012-10-01gatt: Remove offset parameter from gatt_read_charJefferson Delfes1-1/+1
2012-09-28heartrate: Fix minor coding style issuesJohan Hedberg1-2/+2
2012-09-28heartrate: Add GetProperties methodRafal Garbat1-0/+61
2012-09-28heartrate: Add support to reset Energy ExpendedAndrzej Kaczmarek1-1/+44
2012-09-28heartrate: Process measurement notificationsAndrzej Kaczmarek1-1/+166
2012-09-28heartrate: Add support to enable notificationsAndrzej Kaczmarek1-0/+67
2012-09-28heartrate: Add HeartRateManager interfaceRafal Garbat1-1/+153
2012-09-28heartrate: Read Body Sensor Location characteristicsRafal Garbat1-1/+34
2012-09-28heartrate: Discover Heart Rate Measurement CCCAndrzej Kaczmarek1-1/+65
2012-09-28heartrate: Discover HRS characteristicsAndrzej Kaczmarek3-3/+62
2012-09-28heartrate: Add attio callbacksAndrzej Kaczmarek1-0/+35
2012-09-28heartrate: Add initial HRP client supportRafal Garbat5-0/+347