From: Johan Hedberg <johan.hedberg@gmail.com>
To: Andrzej Kaczmarek <andrzej.kaczmarek@tieto.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH v3 00/20] CSCP plugin
Date: Wed, 5 Dec 2012 10:23:39 +0200 [thread overview]
Message-ID: <20121205082339.GA32201@x220.ger.corp.intel.com> (raw)
In-Reply-To: <1354625026-29358-1-git-send-email-andrzej.kaczmarek@tieto.com>
Hi Andrzej,
On Tue, Dec 04, 2012, Andrzej Kaczmarek wrote:
> Changes since v2:
> - rebased to latest upstream master
> - moved all code to cyclingspeed.c to avoid "empty" calls across files
>
> No changes in functionality.
>
>
> Andrzej Kaczmarek (20):
> cyclingspeed: Add CSC profile plugin skeleton
> cyclingspeed: Add attio callbacks
> cyclingspeed: Discover CSCS characteristics
> cyclingspeed: Discover characteristics CCC
> cyclingspeed: Read CSC Feature characteristic value
> cyclingspeed: Read Sensor Location characteristic value
> cyclingspeed: Add CyclingSpeedManager interface
> cyclingspeed: Add support to enable measurement notifications
> cyclingspeed: Process measurement notifications
> cyclingspeed: Add DBus.Properties for org.bluez.CyclingSpeed
> interface
> cyclingspeed: Add stub to use SC Control Point
> cyclingspeed: Add support for Request Supported Sensor Locations
> cyclingspeed: Add support for Update Sensor Location
> cyclingspeed: Add support for Set Cumulative Value
> core: Add CyclingSpeedWatcher interface to default policy
> doc: Remove Get-/SetProperties from CSC API document
> doc: Rename cycling API to cyclingspeed
> build: Add CSCP API document to EXTRA_DIST
> test: Add cyclingspeed test script
> test: Enable speed and cadence calculation in test-cyclingspeed
>
> Makefile.am | 8 +-
> Makefile.tools | 3 +-
> doc/cycling-api.txt | 118 ----
> doc/cyclingspeed-api.txt | 100 +++
> lib/uuid.h | 6 +
> profiles/cyclingspeed/cyclingspeed.c | 1285 ++++++++++++++++++++++++++++++++++
> src/bluetooth.conf | 1 +
> test/test-cyclingspeed | 191 +++++
> 8 files changed, 1590 insertions(+), 122 deletions(-)
> delete mode 100644 doc/cycling-api.txt
> create mode 100644 doc/cyclingspeed-api.txt
> create mode 100644 profiles/cyclingspeed/cyclingspeed.c
> create mode 100755 test/test-cyclingspeed
All patches in this set have been applied. Thanks.
I also pushed an additional coding style cleanup patch, so if you have
further patches to this code queued up please rebase first to the
upstream tree.
Johan
prev parent reply other threads:[~2012-12-05 8:23 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-04 12:43 [PATCH v3 00/20] CSCP plugin Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 01/20] cyclingspeed: Add CSC profile plugin skeleton Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 02/20] cyclingspeed: Add attio callbacks Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 03/20] cyclingspeed: Discover CSCS characteristics Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 04/20] cyclingspeed: Discover characteristics CCC Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 05/20] cyclingspeed: Read CSC Feature characteristic value Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 06/20] cyclingspeed: Read Sensor Location " Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 07/20] cyclingspeed: Add CyclingSpeedManager interface Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 08/20] cyclingspeed: Add support to enable measurement notifications Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 09/20] cyclingspeed: Process " Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 10/20] cyclingspeed: Add DBus.Properties for org.bluez.CyclingSpeed interface Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 11/20] cyclingspeed: Add stub to use SC Control Point Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 12/20] cyclingspeed: Add support for Request Supported Sensor Locations Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 13/20] cyclingspeed: Add support for Update Sensor Location Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 14/20] cyclingspeed: Add support for Set Cumulative Value Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 15/20] core: Add CyclingSpeedWatcher interface to default policy Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 16/20] doc: Remove Get-/SetProperties from CSC API document Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 17/20] doc: Rename cycling API to cyclingspeed Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 18/20] build: Add CSCP API document to EXTRA_DIST Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 19/20] test: Add cyclingspeed test script Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 20/20] test: Enable speed and cadence calculation in test-cyclingspeed Andrzej Kaczmarek
2012-12-05 8:23 ` Johan Hedberg [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20121205082339.GA32201@x220.ger.corp.intel.com \
--to=johan.hedberg@gmail.com \
--cc=andrzej.kaczmarek@tieto.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox