On Wed, 2007-03-28 at 11:28 +0200, Marcel Holtmann wrote: > Hi Bastien, > > > 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 > > please run "hcidump -X -V" to see what happens on the HCI layer. Do you > have running anything else at the same time. Nope, not doing anything else, apart from having the applet running, let me attach the hcidump output. -- Bastien Nocera