Linux bluetooth development
 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 00/15] thermometer plugin updates
Date: Fri, 30 Nov 2012 15:06:38 +0200	[thread overview]
Message-ID: <20121130130638.GA12405@x220.ger.corp.intel.com> (raw)
In-Reply-To: <1352451357-22097-1-git-send-email-andrzej.kaczmarek@tieto.com>

Hi Andrzej,

On Fri, Nov 09, 2012, Andrzej Kaczmarek wrote:
> Here are few patches to update thermometer plugin with features already
> implemented in other plugins:
> - store attributes handles directly in thermometer structure instead of
>   nested lists of structures which we need to traverse later (and we
>   only need 3 handles stored to support all use cases)
> - register attio handlers for specific handles instead of one ind and
>   notif handler globally
> - change properties handling to DBus.Properties
> - and some minor fixes
> 
> This is tested with PTS 4.5.3. There's only problem with patch #9 which
> "breaks" testcase TP/THF/CO/BV-09-I - this is because PTS sends invalid
> properties for Measurement Interval characteristic (it does not have
> indicate property so we do not register ind handler for it). I already
> filled issue on PTS.
> 
> Comments are welcome.
> 
> 
> Andrzej Kaczmarek (15):
>   thermometer: Store Temperature Measurement CCC handle in struct
>   thermometer: Store Intermediate Temperature CCC handle in struct
>   thermometer: Store Measurement Interval value handle in struct
>   thermometer: Use dedicated handler for Intermediate Temperature
>   thermometer: Use dedicated handler for Temperature Measurement
>   thermometer: Use dedicated handler for Measurement Interval
>   thermometer: Remove descriptor structure
>   thermometer: Remove storage of all discovered characteristics
>   thermometer: Discover Measurement Interval descriptors only if needed
>   thermometer: Always write CCC value when connecting
>   thermometer: Make temp_type array static
>   thermometer: Add DBus.Properties support
>   thermometer: Remove legacy properties code
>   doc: Update thermometer API document
>   test: Update test-thermometer for DBus.Properties
> 
>  doc/thermometer-api.txt            |   18 -
>  profiles/thermometer/thermometer.c | 1008 +++++++++++++++++-------------------
>  test/test-thermometer              |   13 +-
>  3 files changed, 478 insertions(+), 561 deletions(-)

All patches in this set have been applied. Thanks.

Johan

      parent reply	other threads:[~2012-11-30 13:06 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-09  8:55 [PATCH 00/15] thermometer plugin updates Andrzej Kaczmarek
2012-11-09  8:55 ` [PATCH 01/15] thermometer: Store Temperature Measurement CCC handle in struct Andrzej Kaczmarek
2012-11-09  8:55 ` [PATCH 02/15] thermometer: Store Intermediate Temperature " Andrzej Kaczmarek
2012-11-09  8:55 ` [PATCH 03/15] thermometer: Store Measurement Interval value " Andrzej Kaczmarek
2012-11-09  8:55 ` [PATCH 04/15] thermometer: Use dedicated handler for Intermediate Temperature Andrzej Kaczmarek
2012-11-09  8:55 ` [PATCH 05/15] thermometer: Use dedicated handler for Temperature Measurement Andrzej Kaczmarek
2012-11-09  8:55 ` [PATCH 06/15] thermometer: Use dedicated handler for Measurement Interval Andrzej Kaczmarek
2012-11-09  8:55 ` [PATCH 07/15] thermometer: Remove descriptor structure Andrzej Kaczmarek
2012-11-09  8:55 ` [PATCH 08/15] thermometer: Remove storage of all discovered characteristics Andrzej Kaczmarek
2012-11-09  8:55 ` [PATCH 09/15] thermometer: Discover Measurement Interval descriptors only if needed Andrzej Kaczmarek
2012-11-09  8:55 ` [PATCH 10/15] thermometer: Always write CCC value when connecting Andrzej Kaczmarek
2012-11-09  8:55 ` [PATCH 11/15] thermometer: Make temp_type array static Andrzej Kaczmarek
2012-11-09  8:55 ` [PATCH 12/15] thermometer: Add DBus.Properties support Andrzej Kaczmarek
2012-11-09  8:55 ` [PATCH 13/15] thermometer: Remove legacy properties code Andrzej Kaczmarek
2012-11-09  8:55 ` [PATCH 14/15] doc: Update thermometer API document Andrzej Kaczmarek
2012-11-09  8:55 ` [PATCH 15/15] test: Update test-thermometer for DBus.Properties Andrzej Kaczmarek
2012-11-30 13:06 ` 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=20121130130638.GA12405@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