From: Bastien Nocera <hadess@hadess.net>
To: BlueZ development <bluez-devel@lists.sourceforge.net>
Subject: Re: [Bluez-devel] hcid returning "Device or resource busy"?
Date: Thu, 29 Mar 2007 13:18:30 +0100 [thread overview]
Message-ID: <1175170710.15698.156.camel@cookie.hadess.net> (raw)
In-Reply-To: <1175088059.5815.139.camel@violet>
On Wed, 2007-03-28 at 15:20 +0200, Marcel Holtmann wrote:
> Hi Bastien,
>
> > > the problem is that the baseband is busy with the remote name request.
> > > It has to page the remote device for getting the name and in that case
> > > you simply can't run an inquiry. All currently available Bluetooth chips
> > > have this limitation.
> > >
> > > Main question is why we have the remote name request just before you
> > > wanna start the inquiry. What D-Bus methods are you actually calling in
> > > what order? I think you constructed a use case that we never tested.
> >
> > The code is fairly straight forward. See:
> > http://svn.gnome.org/viewcvs/nautilus-sendto/trunk/src/plugins/bluetooth.c?view=markup
> >
> > The code first does a ListRemoteDevices (to list all the known, visible,
> > etc.) devices in add_known_devices_to_list(), and then runs an discovery
> > using DiscoverDevices in start_device_scanning().
> >
> > Nothing mind blowing. I want to show all the known devices first (ie.
> > the ones in the databases), and then add the devices
> > visible/discoverable when the application is launched.
> >
> > Is ListRemoteDevices actually doing anything on the HCI? I was under the
> > impression that it should only pull items from the disk...
>
> I almost guessed it. The ListRemoteDevices is not the problem the
> GetRemoteName is the tricky part here. If the name is not in the cache
> it tries to resolve it and this causes the baseband page which will
> block the inquiry call.
Shouldn't it return org.bluez.Error.InProgress instead in that case?
> You can wait for the completed RemoteNameUpdated or RemoteNameFailed
> signals before actually starting the DiscoverDevices procedure. However
> in case of devices out of range this might not be a good idea.
The problem is that I don't know for which devices hcid will try to go
and fetch the names for.
Also, the doc for ListRemoteDevices should mention the fact that it
might perform remote operations, as it's not really clear from the doc
right now.
> Let me discuss this through with the others. Feel free to hop onto
> #bluez at Freenode.
Cheers
--
Bastien Nocera <hadess@hadess.net>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
next prev parent reply other threads:[~2007-03-29 12:18 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-28 9:16 [Bluez-devel] hcid returning "Device or resource busy"? Bastien Nocera
2007-03-28 9:28 ` Marcel Holtmann
2007-03-28 9:56 ` Bastien Nocera
2007-03-28 10:06 ` Mayank BATRA
2007-03-28 10:18 ` Marcel Holtmann
2007-03-28 10:29 ` Mayank BATRA
2007-03-28 10:42 ` Marcel Holtmann
2007-03-28 12:34 ` Bastien Nocera
2007-03-28 12:47 ` Marcel Holtmann
2007-03-28 13:07 ` Bastien Nocera
2007-03-28 13:20 ` Marcel Holtmann
2007-03-28 15:05 ` [Bluez-devel] L2CAP: ECONNRESET is set for every l2cap disconnect Aarti Kumar
2007-03-29 12:18 ` Bastien Nocera [this message]
2007-03-29 12:20 ` [Bluez-devel] hcid returning "Device or resource busy"? Marcel Holtmann
2007-03-29 13:24 ` Bastien Nocera
2007-03-29 16:16 ` Marcel Holtmann
2007-03-29 5:58 ` Mayank BATRA
2007-03-31 13:56 ` Marcel Holtmann
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=1175170710.15698.156.camel@cookie.hadess.net \
--to=hadess@hadess.net \
--cc=bluez-devel@lists.sourceforge.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.