linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johan Hedberg <johan.hedberg@gmail.com>
To: Claudio Takahasi <claudio.takahasi@openbossa.org>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH BlueZ v2 0/8] Scan Parameters Plugin
Date: Fri, 28 Sep 2012 13:05:53 +0300	[thread overview]
Message-ID: <20120928100553.GA23456@x220> (raw)
In-Reply-To: <1348586802-32613-1-git-send-email-claudio.takahasi@openbossa.org>

Hi Claudio,

On Tue, Sep 25, 2012, Claudio Takahasi wrote:
> This patch series implements a new GATT based service/plugin for Scan
> Parameters: Optional service for HID devices.
> 
> This service enables a GATT Client to store the LE scan parameters on
> a GATT Server device, allowing the GATT Server to use this information
> to adjust the scanning settings to optimize power consumption and/or
> reconnection latency.
> 
> v1 changes: Using new profile abstraction (replaces btd_device drivers)
> v2 changes: Add profile parameter to device probe function
> 
> Claudio Takahasi (8):
>   scan: Add plugin skeleton
>   scan: Register profile
>   scan: Add ATTIO callbacks registration
>   scan: Add write scan interval window
>   scan: Enable Scan Refresh notification
>   scan: Register notification handler
>   scan: Write parameters when requested
>   scan: Avoid discover if scan handle is known
> 
>  Makefile.am                  |   8 +-
>  profiles/scanparam/main.c    |  55 +++++++++
>  profiles/scanparam/manager.c |  92 +++++++++++++++
>  profiles/scanparam/manager.h |  26 ++++
>  profiles/scanparam/scan.c    | 274 +++++++++++++++++++++++++++++++++++++++++++
>  profiles/scanparam/scan.h    |  26 ++++
>  6 files changed, 479 insertions(+), 2 deletions(-)
>  create mode 100644 profiles/scanparam/main.c
>  create mode 100644 profiles/scanparam/manager.c
>  create mode 100644 profiles/scanparam/manager.h
>  create mode 100644 profiles/scanparam/scan.c
>  create mode 100644 profiles/scanparam/scan.h

All patches in this set have been applied. Thanks.

Johan

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

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-22 19:45 [PATCH BlueZ v0 0/8] Scan Parameters Plugin Claudio Takahasi
2012-08-22 19:45 ` [PATCH BlueZ v0 1/8] scan: Add plugin skeleton Claudio Takahasi
2012-08-22 19:45 ` [PATCH BlueZ v0 2/8] scan: Register device driver Claudio Takahasi
2012-08-22 19:45 ` [PATCH BlueZ v0 3/8] scan: Add ATTIO callbacks registration Claudio Takahasi
2012-08-22 19:45 ` [PATCH BlueZ v0 4/8] scan: Add write scan interval window Claudio Takahasi
2012-08-22 19:45 ` [PATCH BlueZ v0 5/8] scan: Enable Scan Refresh notification Claudio Takahasi
2012-08-22 19:45 ` [PATCH BlueZ v0 6/8] scan: Register notification handler Claudio Takahasi
2012-08-22 19:45 ` [PATCH BlueZ v0 7/8] scan: Write parameters when requested Claudio Takahasi
2012-08-22 19:45 ` [PATCH BlueZ v0 8/8] scan: Avoid discover if scan handle is known Claudio Takahasi
2012-09-03 18:12 ` [PATCH BlueZ v1 0/8] Scan Parameters Plugin Claudio Takahasi
2012-09-03 18:12   ` [PATCH BlueZ v1 1/8] scan: Add plugin skeleton Claudio Takahasi
2012-09-03 18:12   ` [PATCH BlueZ v1 2/8] scan: Register profile Claudio Takahasi
2012-09-03 18:12   ` [PATCH BlueZ v1 3/8] scan: Add ATTIO callbacks registration Claudio Takahasi
2012-09-03 18:12   ` [PATCH BlueZ v1 4/8] scan: Add write scan interval window Claudio Takahasi
2012-09-03 18:12   ` [PATCH BlueZ v1 5/8] scan: Enable Scan Refresh notification Claudio Takahasi
2012-09-03 18:12   ` [PATCH BlueZ v1 6/8] scan: Register notification handler Claudio Takahasi
2012-09-03 18:12   ` [PATCH BlueZ v1 7/8] scan: Write parameters when requested Claudio Takahasi
2012-09-03 18:12   ` [PATCH BlueZ v1 8/8] scan: Avoid discover if scan handle is known Claudio Takahasi
2012-09-25 15:26   ` [PATCH BlueZ v2 0/8] Scan Parameters Plugin Claudio Takahasi
2012-09-25 15:26     ` [PATCH BlueZ v2 1/8] scan: Add plugin skeleton Claudio Takahasi
2012-09-25 15:26     ` [PATCH BlueZ v2 2/8] scan: Register profile Claudio Takahasi
2012-09-25 15:26     ` [PATCH BlueZ v2 3/8] scan: Add ATTIO callbacks registration Claudio Takahasi
2012-09-25 15:26     ` [PATCH BlueZ v2 4/8] scan: Add write scan interval window Claudio Takahasi
2012-09-25 15:26     ` [PATCH BlueZ v2 5/8] scan: Enable Scan Refresh notification Claudio Takahasi
2012-09-25 15:26     ` [PATCH BlueZ v2 6/8] scan: Register notification handler Claudio Takahasi
2012-09-25 15:26     ` [PATCH BlueZ v2 7/8] scan: Write parameters when requested Claudio Takahasi
2012-09-25 15:26     ` [PATCH BlueZ v2 8/8] scan: Avoid discover if scan handle is known Claudio Takahasi
2012-09-28 10:05     ` 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=20120928100553.GA23456@x220 \
    --to=johan.hedberg@gmail.com \
    --cc=claudio.takahasi@openbossa.org \
    --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;
as well as URLs for NNTP newsgroup(s).