From: Bastien Nocera <hadess@hadess.net>
To: Dan Williams <dcbw@redhat.com>
Cc: BlueZ development <linux-bluetooth@vger.kernel.org>,
networkmanager-list@gnome.org
Subject: Re: So very close, but so frustrating...
Date: Mon, 05 Oct 2009 11:55:55 +0100 [thread overview]
Message-ID: <1254740155.22191.5412.camel@localhost.localdomain> (raw)
In-Reply-To: <1254557285.8653.4.camel@localhost.localdomain>
On Sat, 2009-10-03 at 01:08 -0700, Dan Williams wrote:
> See the 'btdun' branch of nm-applet, where I've added DUN support to
> the
> gnome-bluetooth plugin. There's nothing in the applet or NM side yet,
> both will need further fixes. But the gnome-bt plugin seems to work
> OK
> at the moment. Bastien, can you sanity check it? There's a lot of
> async dbus calls going on there between the plugin, Bluez, and MM.
> Needs another set of eyes.
>
> 8b0ae181efd1e3856851e6a44e16bd51d440d0ce
> c1c13b9dff6772bf13ab6217a2eecb986bd67687
I'd do:
+ return (get_best_method (bdaddr, uuids) != BT_METHOD_UNKNOWN);
instead of:
+ return !!get_best_method (bdaddr, uuids);
Also, you're inside the wizard (or the properties, once I actually write
that code), so you can remove stuff like:
find_device_cb() and use bluetooth_client_get_model() instead
Something like:
client = bluetooth_client_new ();
model = bluetooth_client_get_model(client);
/* Loop to find the device's proxy object */
g_object_unref (model);
g_object_unref (client);
/* change the interface on the proxy object */
That would remove the need to get the default adapter as well.
You can use lib/test-client to see what the model looks like (adapters
with devices as the children).
The code under:
/* Watch for BT device property changes */
is probably racy-ish. Would need to connect to the properties before
launching the connect
Cheers
_______________________________________________
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list
prev parent reply other threads:[~2009-10-05 10:55 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <4AC3EFD9.1020602@shic.co.uk>
[not found] ` <7cd7fc040909301718r3e441c53x767084b0b01f4a7c@mail.gmail.com>
[not found] ` <1254433173.9657.155.camel@localhost.localdomain>
2009-10-01 23:19 ` So very close, but so frustrating Bastien Nocera
2009-10-02 0:55 ` Rick Jones
2009-10-02 8:39 ` Bastien Nocera
2009-10-03 1:44 ` Dan Williams
2009-10-03 8:08 ` Dan Williams
2009-10-05 10:55 ` Bastien Nocera [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=1254740155.22191.5412.camel@localhost.localdomain \
--to=hadess@hadess.net \
--cc=dcbw@redhat.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=networkmanager-list@gnome.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