Re: [PATCH v8 00/13] Heart Rate Profile plugin
From: Johan Hedberg <hidden>
Date: 2012-09-28 13:16:47
Hi, On Fri, Sep 28, 2012, Christian Cier-Zniewski wrote:
quoted hunk ↗ jump to hunk
Hello Johan, On 28.09.2012 12:25, Johan Hedberg wrote:quoted
Heart Rate Profile (HRP) client API Makefile.am | 9 +- All patches in this set have been applied. Thanks.I had to apply the following patch to get the heart rate profile working. It is currently missing in HEAD although it was present in the patchset provided by Andrzej. Christian ---diff --git a/Makefile.am b/Makefile.am index 3b37198..c27eb01 100644 --- a/Makefile.am +++ b/Makefile.am@@ -212,7 +212,7 @@ endif if GATTMODULES builtin_modules += thermometer alert time gatt_example proximitydeviceinfo \ - gatt scanparam + gatt scanparam heartrate builtin_sources += profiles/thermometer/main.c \ profiles/thermometer/manager.h \ profiles/thermometer/manager.c \
The Makefile.am changes had conflicts because of other GATT profiles I applied earlier, so I had to completely manually fix this and probably made some mistake. Could you please send a proper git patch for this and I'll apply it? Johan