All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johan Hedberg <johan.hedberg@gmail.com>
To: Andrzej Kaczmarek <andrzej.kaczmarek@tieto.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH v8 00/13] Heart Rate Profile plugin
Date: Fri, 28 Sep 2012 13:25:03 +0300	[thread overview]
Message-ID: <20120928102503.GA25415@x220> (raw)
In-Reply-To: <1348583267-16816-1-git-send-email-andrzej.kaczmarek@tieto.com>

Hi Andrzej,

On Tue, Sep 25, 2012, Andrzej Kaczmarek wrote:
> Changes since v7:
> - rebased to latest upstream master (btd_profile changes)
> 
> 
> Andrzej Kaczmarek (6):
>   heartrate: Add attio callbacks
>   heartrate: Discover HRS characteristics
>   heartrate: Discover Heart Rate Measurement CCC
>   heartrate: Add support to enable notifications
>   heartrate: Process measurement notifications
>   heartrate: Add support to reset Energy Expended
> 
> Rafal Garbat (6):
>   heartrate: Add initial HRP client support
>   heartrate: Read Body Sensor Location characteristics
>   heartrate: Add HeartRateManager interface
>   heartrate: Add GetProperties method
>   heartrate: Add HeartRateWatcher interface to default policy
>   heartrate: Add test script
> 
> Santiago Carot-Nemesio (1):
>   Heart Rate Profile (HRP) client API
> 
>  Makefile.am                    |   9 +-
>  Makefile.tools                 |   3 +-
>  doc/heartrate-api.txt          |  84 +++++
>  lib/uuid.h                     |   5 +
>  profiles/heartrate/heartrate.c | 826 +++++++++++++++++++++++++++++++++++++++++
>  profiles/heartrate/heartrate.h |  27 ++
>  profiles/heartrate/main.c      |  52 +++
>  profiles/heartrate/manager.c   |  97 +++++
>  profiles/heartrate/manager.h   |  24 ++
>  src/bluetooth.conf             |   1 +
>  test/test-heartrate            | 103 +++++
>  11 files changed, 1228 insertions(+), 3 deletions(-)
>  create mode 100644 doc/heartrate-api.txt
>  create mode 100644 profiles/heartrate/heartrate.c
>  create mode 100644 profiles/heartrate/heartrate.h
>  create mode 100644 profiles/heartrate/main.c
>  create mode 100644 profiles/heartrate/manager.c
>  create mode 100644 profiles/heartrate/manager.h
>  create mode 100755 test/test-heartrate

All patches in this set have been applied. Thanks.

One notable change I did when applying was to the sensor location API.
The convention is to use lower case for string property values so I
change the API and code to follow this.

Johan

  parent reply	other threads:[~2012-09-28 10:25 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-25 14:27 [PATCH v8 00/13] Heart Rate Profile plugin Andrzej Kaczmarek
2012-09-25 14:27 ` [PATCH v8 01/13] Heart Rate Profile (HRP) client API Andrzej Kaczmarek
2012-09-25 14:27 ` [PATCH v8 02/13] heartrate: Add initial HRP client support Andrzej Kaczmarek
2012-09-25 14:27 ` [PATCH v8 03/13] heartrate: Add attio callbacks Andrzej Kaczmarek
2012-09-25 14:27 ` [PATCH v8 04/13] heartrate: Discover HRS characteristics Andrzej Kaczmarek
2012-09-25 14:27 ` [PATCH v8 05/13] heartrate: Discover Heart Rate Measurement CCC Andrzej Kaczmarek
2012-09-25 14:27 ` [PATCH v8 06/13] heartrate: Read Body Sensor Location characteristics Andrzej Kaczmarek
2012-09-25 14:27 ` [PATCH v8 07/13] heartrate: Add HeartRateManager interface Andrzej Kaczmarek
2012-09-25 14:27 ` [PATCH v8 08/13] heartrate: Add support to enable notifications Andrzej Kaczmarek
2012-09-25 14:27 ` [PATCH v8 09/13] heartrate: Process measurement notifications Andrzej Kaczmarek
2012-09-25 14:27 ` [PATCH v8 10/13] heartrate: Add support to reset Energy Expended Andrzej Kaczmarek
2012-09-25 14:27 ` [PATCH v8 11/13] heartrate: Add GetProperties method Andrzej Kaczmarek
2012-09-25 14:27 ` [PATCH v8 12/13] heartrate: Add HeartRateWatcher interface to default policy Andrzej Kaczmarek
2012-09-25 14:27 ` [PATCH v8 13/13] heartrate: Add test script Andrzej Kaczmarek
2012-09-28 10:25 ` Johan Hedberg [this message]
2012-09-28 12:55   ` [PATCH v8 00/13] Heart Rate Profile plugin Christian Cier-Zniewski
2012-09-28 13:16     ` Johan Hedberg
2012-09-28 13:59       ` Johan Hedberg
2012-09-28 14:07       ` Christian Cier-Zniewski

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=20120928102503.GA25415@x220 \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.