Linux bluetooth development
 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 v1 0/9] GATT API: Add Register Services Async
Date: Thu, 6 Mar 2014 16:54:11 +0200	[thread overview]
Message-ID: <20140306145410.GA2435@localhost.P-661HNU-F1> (raw)
In-Reply-To: <1394113467-24331-1-git-send-email-claudio.takahasi@openbossa.org>

Hi Claudio,

On Thu, Mar 06, 2014, Claudio Takahasi wrote:
> This patchset is an extension of "[PATCH BlueZ v7 00/11] GATT API:
> External Services". It adds the following features:
>   * new gdbus helper to allow notifying the clients when
>     GetManagedObjects() reply is received and all proxies reported to
>     upper-layer.
>   * reply for RegisterService() after validating fetched objects
>   * adds the service declaration to the local GATT database
> 
> * Changes from v0 to v1:
>   - renames g_dbus_client_set_proxies_ready_watch() to
>     g_dbus_client_set_ready_watch()
> 
> Claudio Takahasi (9):
>   gdbus: Add g_dbus_client_set_ready_watch()
>   gatt: Add proxy added handler
>   gatt: Add proxy removed handler
>   gatt: Add GATT service to the local database
>   gatt: Make RegisterService() async
>   test: Add external service GATT skeleton
>   test: Add signal handling for gatt-service
>   test: Add registering external service
>   bluetooth.conf: Add ObjectManager interface
> 
>  .gitignore          |   1 +
>  Makefile.tools      |   5 +
>  gdbus/client.c      |  17 ++++
>  gdbus/gdbus.h       |   4 +-
>  src/bluetooth.conf  |   1 +
>  src/gatt-dbus.c     | 135 +++++++++++++++++++++++++-
>  test/gatt-service.c | 267 ++++++++++++++++++++++++++++++++++++++++++++++++++++
>  7 files changed, 425 insertions(+), 5 deletions(-)
>  create mode 100644 test/gatt-service.c

All patches in the set have been applied. Thanks.

Johan

  parent reply	other threads:[~2014-03-06 14:54 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-28 17:05 [PATCH BlueZ v0 0/9] GATT API: Add Register Services Async Claudio Takahasi
2014-02-28 17:05 ` [PATCH BlueZ v0 1/9] gdbus: Add g_dbus_client_set_proxies_ready_watch() Claudio Takahasi
2014-03-05  6:37   ` Marcel Holtmann
2014-03-06 12:24     ` Claudio Takahasi
2014-03-06 13:44       ` [PATCH BlueZ v1 0/9] GATT API: Add Register Services Async Claudio Takahasi
2014-03-06 13:44         ` [PATCH BlueZ v1 1/9] gdbus: Add g_dbus_client_set_ready_watch() Claudio Takahasi
2014-03-06 13:56           ` Luiz Augusto von Dentz
2014-03-06 13:44         ` [PATCH BlueZ v1 2/9] gatt: Add proxy added handler Claudio Takahasi
2014-03-06 13:44         ` [PATCH BlueZ v1 3/9] gatt: Add proxy removed handler Claudio Takahasi
2014-03-06 13:44         ` [PATCH BlueZ v1 4/9] gatt: Add GATT service to the local database Claudio Takahasi
2014-03-06 13:44         ` [PATCH BlueZ v1 5/9] gatt: Make RegisterService() async Claudio Takahasi
2014-03-06 13:44         ` [PATCH BlueZ v1 6/9] test: Add external service GATT skeleton Claudio Takahasi
2014-03-06 13:44         ` [PATCH BlueZ v1 7/9] test: Add signal handling for gatt-service Claudio Takahasi
2014-03-06 13:44         ` [PATCH BlueZ v1 8/9] test: Add registering external service Claudio Takahasi
2014-03-06 13:44         ` [PATCH BlueZ v1 9/9] bluetooth.conf: Add ObjectManager interface Claudio Takahasi
2014-03-06 14:54         ` Johan Hedberg [this message]
2014-02-28 17:05 ` [PATCH BlueZ v0 2/9] gatt: Add proxy added handler Claudio Takahasi
2014-02-28 17:05 ` [PATCH BlueZ v0 3/9] gatt: Add proxy removed handler Claudio Takahasi
2014-02-28 17:05 ` [PATCH BlueZ v0 4/9] gatt: Add GATT service to the local database Claudio Takahasi
2014-02-28 17:05 ` [PATCH BlueZ v0 5/9] gatt: Make RegisterService() async Claudio Takahasi
2014-02-28 17:05 ` [PATCH BlueZ v0 6/9] test: Add external service GATT skeleton Claudio Takahasi
2014-02-28 17:05 ` [PATCH BlueZ v0 7/9] test: Add signal handling for gatt-service Claudio Takahasi
2014-02-28 17:05 ` [PATCH BlueZ v0 8/9] test: Add registering external service Claudio Takahasi
2014-02-28 17:05 ` [PATCH BlueZ v0 9/9] bluetooth.conf: Add ObjectManager interface Claudio Takahasi

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=20140306145410.GA2435@localhost.P-661HNU-F1 \
    --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