Linux bluetooth development
 help / color / mirror / Atom feed
From: Johan Hedberg <johan.hedberg@gmail.com>
To: Anderson Lizardo <anderson.lizardo@openbossa.org>
Cc: Claudio Takahasi <claudio.takahasi@openbossa.org>,
	BlueZ development <linux-bluetooth@vger.kernel.org>,
	Alvaro Silva <alvaro.silva@openbossa.org>
Subject: Re: [PATCH BlueZ v7 07/11] gatt: Add external services tracking
Date: Tue, 25 Feb 2014 08:26:56 +0200	[thread overview]
Message-ID: <20140225062656.GA3288@localhost.P-661HNU-F1> (raw)
In-Reply-To: <CAJdJm_MhdZwHYuwNCJCvnfRN6DpivKLJi_hiV7icV69gFCne6Q@mail.gmail.com>

Hi Lizardo,

On Mon, Feb 24, 2014, Anderson Lizardo wrote:
> On Mon, Feb 24, 2014 at 8:49 AM, Anderson Lizardo
> <anderson.lizardo@openbossa.org> wrote:
> > Hi Johan,
> >
> > On Mon, Feb 24, 2014 at 4:33 AM, Johan Hedberg <johan.hedberg@gmail.com> wrote:
> >> This whole timer thing seems too hackish to me.
> >>
> >> A better way to fix this might be to have something like
> >> g_dbus_client_set_proxies_complete_watch (or some better name) to let
> >> the code wait until GetManagedObjects has returned and the initial
> >> proxies added. Do you agree?
> >
> > We came up with this workaround during development, but we forgot to
> > highlight on the cover letter. Indeed a function like the one you
> > propose should be enough.
> >
> > Regarding the name for the function, I was thinking as
> > "g_dbus_client_proxies_ready_watch()". What do you think?
> 
> Or "g_dbus_client_set_proxies_ready_watch()" to be consistent.

That sounds good enough to me.

Johan

  reply	other threads:[~2014-02-25  6:26 UTC|newest]

Thread overview: 123+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-21 13:26 [PATCH BlueZ v2 00/18] GATT API: External Services Claudio Takahasi
2014-01-21 13:26 ` [PATCH BlueZ v2 01/18] doc: Add GATT API Claudio Takahasi
2014-01-21 16:50   ` Marcel Holtmann
2014-01-21 19:40     ` Claudio Takahasi
2014-01-21 19:48       ` Johan Hedberg
2014-01-21 19:51         ` Marcel Holtmann
2014-01-21 13:26 ` [PATCH BlueZ v2 02/18] gatt: Add stub for gatt.{c, h} files Claudio Takahasi
2014-01-21 13:26 ` [PATCH BlueZ v2 03/18] gatt: Register Manager D-Bus Interface Claudio Takahasi
2014-01-21 13:26 ` [PATCH BlueZ v2 04/18] gatt: Add registering external service Claudio Takahasi
2014-01-21 13:26 ` [PATCH BlueZ v2 05/18] lib: Move GATT UUID to uuid.h Claudio Takahasi
2014-01-21 13:26 ` [PATCH BlueZ v2 06/18] gatt: Add helper for creating GATT services Claudio Takahasi
2014-01-21 13:26 ` [PATCH BlueZ v2 07/18] gatt: Add external services tracking Claudio Takahasi
2014-01-21 13:26 ` [PATCH BlueZ v2 08/18] gatt: Add server unix socket Claudio Takahasi
2014-01-21 13:26 ` [PATCH BlueZ v2 09/18] gattrib: Use default ATT LE MTU for non-standard sockets Claudio Takahasi
2014-01-21 13:26 ` [PATCH BlueZ v2 10/18] gatt: Register ATT command/event handler Claudio Takahasi
2014-01-21 13:26 ` [PATCH BlueZ v2 11/18] gatt: Add Discover All Primary Services Claudio Takahasi
2014-01-21 13:26 ` [PATCH BlueZ v2 12/18] test: Add external service GATT skeleton Claudio Takahasi
2014-01-21 13:26 ` [PATCH BlueZ v2 13/18] gitignore: Add test/gatt-service Claudio Takahasi
2014-01-21 13:26 ` [PATCH BlueZ v2 14/18] test: Add signal handling for gatt-service Claudio Takahasi
2014-01-21 13:26 ` [PATCH BlueZ v2 15/18] test: Add registering external service Claudio Takahasi
2014-01-21 13:26 ` [PATCH BlueZ v2 16/18] gatttool: Add unix socket connect Claudio Takahasi
2014-01-21 13:26 ` [PATCH BlueZ v2 17/18] gatttool: Add unix socket support for interactive mode Claudio Takahasi
2014-01-21 13:26 ` [PATCH BlueZ v2 18/18] bluetooth.conf: Add ObjectManager interface Claudio Takahasi
2014-01-22 13:40 ` [PATCH BlueZ v3 00/18] GATT API: External Services Claudio Takahasi
2014-01-22 13:40   ` [PATCH BlueZ v3 01/18] doc: Add GATT API Claudio Takahasi
2014-01-22 13:40   ` [PATCH BlueZ v3 02/18] gatt: Add stub for gatt.{c, h} files Claudio Takahasi
2014-01-22 13:40   ` [PATCH BlueZ v3 03/18] gatt: Register Manager D-Bus Interface Claudio Takahasi
2014-01-22 13:40   ` [PATCH BlueZ v3 04/18] gatt: Add registering external service Claudio Takahasi
2014-01-22 13:40   ` [PATCH BlueZ v3 05/18] lib: Move GATT UUID to uuid.h Claudio Takahasi
2014-01-22 13:40   ` [PATCH BlueZ v3 06/18] gatt: Add helper for creating GATT services Claudio Takahasi
2014-01-22 13:40   ` [PATCH BlueZ v3 07/18] gatt: Add external services tracking Claudio Takahasi
2014-01-22 13:40   ` [PATCH BlueZ v3 08/18] gatt: Add server unix socket Claudio Takahasi
2014-01-22 13:40   ` [PATCH BlueZ v3 09/18] gattrib: Use default ATT LE MTU for non-standard sockets Claudio Takahasi
2014-01-22 13:40   ` [PATCH BlueZ v3 10/18] gatt: Register ATT command/event handler Claudio Takahasi
2014-01-22 13:40   ` [PATCH BlueZ v3 11/18] gatt: Add Discover All Primary Services Claudio Takahasi
2014-01-22 13:40   ` [PATCH BlueZ v3 12/18] test: Add external service GATT skeleton Claudio Takahasi
2014-01-22 13:40   ` [PATCH BlueZ v3 13/18] gitignore: Add test/gatt-service Claudio Takahasi
2014-01-22 13:40   ` [PATCH BlueZ v3 14/18] test: Add signal handling for gatt-service Claudio Takahasi
2014-01-22 13:40   ` [PATCH BlueZ v3 15/18] test: Add registering external service Claudio Takahasi
2014-01-22 13:40   ` [PATCH BlueZ v3 16/18] gatttool: Add unix socket connect Claudio Takahasi
2014-01-22 13:40   ` [PATCH BlueZ v3 17/18] gatttool: Add unix socket support for interactive mode Claudio Takahasi
2014-01-22 13:40   ` [PATCH BlueZ v3 18/18] bluetooth.conf: Add ObjectManager interface Claudio Takahasi
2014-01-27 18:00   ` [PATCH BlueZ v4 00/18] GATT API: External Services Claudio Takahasi
2014-01-27 18:00     ` [PATCH BlueZ v4 01/18] doc: Add GATT API Claudio Takahasi
2014-01-27 18:15       ` Marcel Holtmann
2014-01-27 18:54         ` Claudio Takahasi
2014-01-27 19:08           ` Marcel Holtmann
2014-01-27 18:00     ` [PATCH BlueZ v4 02/18] gatt: Add stub for gatt.{c, h} files Claudio Takahasi
2014-01-27 18:00     ` [PATCH BlueZ v4 03/18] gatt: Register Manager D-Bus Interface Claudio Takahasi
2014-01-27 18:00     ` [PATCH BlueZ v4 04/18] gatt: Add registering external service Claudio Takahasi
2014-01-27 18:00     ` [PATCH BlueZ v4 05/18] lib: Move GATT UUID to uuid.h Claudio Takahasi
2014-01-27 18:00     ` [PATCH BlueZ v4 06/18] gatt: Add helper for creating GATT services Claudio Takahasi
2014-01-27 18:00     ` [PATCH BlueZ v4 07/18] gatt: Add external services tracking Claudio Takahasi
2014-01-27 18:00     ` [PATCH BlueZ v4 08/18] gatt: Add server unix socket Claudio Takahasi
2014-01-27 18:00     ` [PATCH BlueZ v4 09/18] gattrib: Use default ATT LE MTU for non-standard sockets Claudio Takahasi
2014-01-27 18:00     ` [PATCH BlueZ v4 10/18] gatt: Register ATT command/event handler Claudio Takahasi
2014-01-27 18:00     ` [PATCH BlueZ v4 11/18] gatt: Add Discover All Primary Services Claudio Takahasi
2014-01-27 18:00     ` [PATCH BlueZ v4 12/18] test: Add external service GATT skeleton Claudio Takahasi
2014-01-27 18:00     ` [PATCH BlueZ v4 13/18] gitignore: Add test/gatt-service Claudio Takahasi
2014-01-27 18:00     ` [PATCH BlueZ v4 14/18] test: Add signal handling for gatt-service Claudio Takahasi
2014-01-27 18:00     ` [PATCH BlueZ v4 15/18] test: Add registering external service Claudio Takahasi
2014-01-27 18:00     ` [PATCH BlueZ v4 16/18] gatttool: Add unix socket connect Claudio Takahasi
2014-01-27 18:00     ` [PATCH BlueZ v4 17/18] gatttool: Add unix socket support for interactive mode Claudio Takahasi
2014-01-27 18:00     ` [PATCH BlueZ v4 18/18] bluetooth.conf: Add ObjectManager interface Claudio Takahasi
2014-01-27 20:35     ` [PATCH BlueZ v5 00/18] GATT API: External Services Claudio Takahasi
2014-01-27 20:35       ` [PATCH BlueZ v5 01/18] doc: Add experimental GATT API Claudio Takahasi
2014-01-27 20:35       ` [PATCH BlueZ v5 02/18] gatt: Add stub for gatt.{c, h} files Claudio Takahasi
2014-01-27 20:35       ` [PATCH BlueZ v5 03/18] gatt: Register Manager D-Bus Interface Claudio Takahasi
2014-01-27 20:35       ` [PATCH BlueZ v5 04/18] gatt: Add registering external service Claudio Takahasi
2014-01-27 20:35       ` [PATCH BlueZ v5 05/18] lib: Move GATT UUID to uuid.h Claudio Takahasi
2014-01-27 20:35       ` [PATCH BlueZ v5 06/18] gatt: Add helper for creating GATT services Claudio Takahasi
2014-01-27 20:35       ` [PATCH BlueZ v5 07/18] gatt: Add external services tracking Claudio Takahasi
2014-01-27 20:35       ` [PATCH BlueZ v5 08/18] gatt: Add server unix socket Claudio Takahasi
2014-01-27 20:35       ` [PATCH BlueZ v5 09/18] gattrib: Use default ATT LE MTU for non-standard sockets Claudio Takahasi
2014-01-27 20:35       ` [PATCH BlueZ v5 10/18] gatt: Register ATT command/event handler Claudio Takahasi
2014-01-27 20:35       ` [PATCH BlueZ v5 11/18] gatt: Add Discover All Primary Services Claudio Takahasi
2014-01-27 20:35       ` [PATCH BlueZ v5 12/18] test: Add external service GATT skeleton Claudio Takahasi
2014-01-27 20:35       ` [PATCH BlueZ v5 13/18] gitignore: Add test/gatt-service Claudio Takahasi
2014-01-27 20:35       ` [PATCH BlueZ v5 14/18] test: Add signal handling for gatt-service Claudio Takahasi
2014-01-27 20:35       ` [PATCH BlueZ v5 15/18] test: Add registering external service Claudio Takahasi
2014-01-27 20:35       ` [PATCH BlueZ v5 16/18] gatttool: Add unix socket connect Claudio Takahasi
2014-01-27 20:35       ` [PATCH BlueZ v5 17/18] gatttool: Add unix socket support for interactive mode Claudio Takahasi
2014-01-27 20:35       ` [PATCH BlueZ v5 18/18] bluetooth.conf: Add ObjectManager interface Claudio Takahasi
2014-02-04 17:53       ` [PATCH BlueZ v6 00/18] GATT API: External Services Claudio Takahasi
2014-02-04 17:53         ` [PATCH BlueZ v6 01/18] doc: Add experimental GATT API Claudio Takahasi
2014-02-04 17:53         ` [PATCH BlueZ v6 02/18] gatt: Add stub for gatt.{c, h} files Claudio Takahasi
2014-02-04 17:53         ` [PATCH BlueZ v6 03/18] gatt: Register Manager D-Bus Interface Claudio Takahasi
2014-02-04 17:53         ` [PATCH BlueZ v6 04/18] gatt: Add registering external service Claudio Takahasi
2014-02-04 17:53         ` [PATCH BlueZ v6 05/18] lib: Move GATT UUID to uuid.h Claudio Takahasi
2014-02-04 17:53         ` [PATCH BlueZ v6 06/18] gatt: Add helper for creating GATT services Claudio Takahasi
2014-02-04 17:53         ` [PATCH BlueZ v6 07/18] gatt: Add external services tracking Claudio Takahasi
2014-02-04 17:53         ` [PATCH BlueZ v6 08/18] gatt: Add server unix socket Claudio Takahasi
2014-02-04 17:53         ` [PATCH BlueZ v6 09/18] gattrib: Use default ATT LE MTU for non-standard sockets Claudio Takahasi
2014-02-04 17:53         ` [PATCH BlueZ v6 10/18] gatt: Register ATT command/event handler Claudio Takahasi
2014-02-04 17:53         ` [PATCH BlueZ v6 11/18] gatt: Add Discover All Primary Services Claudio Takahasi
2014-02-04 17:53         ` [PATCH BlueZ v6 12/18] test: Add external service GATT skeleton Claudio Takahasi
2014-02-04 17:53         ` [PATCH BlueZ v6 13/18] gitignore: Add test/gatt-service Claudio Takahasi
2014-02-04 17:53         ` [PATCH BlueZ v6 14/18] test: Add signal handling for gatt-service Claudio Takahasi
2014-02-04 17:53         ` [PATCH BlueZ v6 15/18] test: Add registering external service Claudio Takahasi
2014-02-04 17:53         ` [PATCH BlueZ v6 16/18] gatttool: Add unix socket connect Claudio Takahasi
2014-02-04 17:53         ` [PATCH BlueZ v6 17/18] gatttool: Add unix socket support for interactive mode Claudio Takahasi
2014-02-04 17:53         ` [PATCH BlueZ v6 18/18] bluetooth.conf: Add ObjectManager interface Claudio Takahasi
2014-02-18 13:41         ` [PATCH BlueZ v6 00/18] GATT API: External Services Claudio Takahasi
2014-02-18 17:44         ` Marcel Holtmann
2014-02-18 18:08           ` Claudio Takahasi
2014-02-18 18:17             ` Marcel Holtmann
2014-02-19 18:51               ` [PATCH BlueZ v7 00/11] " Claudio Takahasi
2014-02-19 18:51                 ` [PATCH BlueZ v7 01/11] doc: Add experimental GATT API Claudio Takahasi
2014-02-19 18:51                 ` [PATCH BlueZ v7 02/11] gatt: Add stub for gatt.{c, h} files Claudio Takahasi
2014-02-19 18:51                 ` [PATCH BlueZ v7 03/11] gatt: Register Manager D-Bus Interface Claudio Takahasi
2014-02-19 18:51                 ` [PATCH BlueZ v7 04/11] gatt: Add registering external service Claudio Takahasi
2014-02-19 18:51                 ` [PATCH BlueZ v7 05/11] lib: Move GATT UUID to uuid.h Claudio Takahasi
2014-02-19 18:51                 ` [PATCH BlueZ v7 06/11] gatt: Add helper for creating GATT services Claudio Takahasi
2014-02-19 18:51                 ` [PATCH BlueZ v7 07/11] gatt: Add external services tracking Claudio Takahasi
2014-02-24  8:33                   ` Johan Hedberg
2014-02-24 12:49                     ` Anderson Lizardo
2014-02-24 12:51                       ` Anderson Lizardo
2014-02-25  6:26                         ` Johan Hedberg [this message]
2014-02-27 21:47                           ` Claudio Takahasi
2014-02-19 18:51                 ` [PATCH BlueZ v7 08/11] test: Add external service GATT skeleton Claudio Takahasi
2014-02-19 18:51                 ` [PATCH BlueZ v7 09/11] test: Add signal handling for gatt-service Claudio Takahasi
2014-02-19 18:51                 ` [PATCH BlueZ v7 10/11] test: Add registering external service Claudio Takahasi
2014-02-19 18:51                 ` [PATCH BlueZ v7 11/11] 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=20140225062656.GA3288@localhost.P-661HNU-F1 \
    --to=johan.hedberg@gmail.com \
    --cc=alvaro.silva@openbossa.org \
    --cc=anderson.lizardo@openbossa.org \
    --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