All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bluez-devel] hcid returning "Device or resource busy"?
@ 2007-03-28  9:16 Bastien Nocera
  2007-03-28  9:28 ` Marcel Holtmann
  0 siblings, 1 reply; 18+ messages in thread
From: Bastien Nocera @ 2007-03-28  9:16 UTC (permalink / raw)
  To: BlueZ Hackers

Heya,

I've been wondering why my devices weren't showing up in
nautilus-sendto, and it looks like DiscoverDevices doesn't work. Here's
the snippet of code:

        dbus_g_proxy_call (object, "DiscoverDevices", &e,
                           G_TYPE_INVALID, G_TYPE_INVALID);
        if (e != NULL) {
                g_warning ("Couldn't start discovery: %s: %s",
                           dbus_g_error_get_name (e), e->message);
                g_error_free (e);
        }

I do a list ListBondings before that on the same object, so I know that
it works. But I still get that error:
Couldn't start discovery: org.bluez.Error.Failed: Device or resource busy

I'm using bluez-utils 3.9

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2007-03-31 13:56 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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                 ` [Bluez-devel] hcid returning "Device or resource busy"? Bastien Nocera
2007-03-29 12:20                   ` 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

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.