Hi Alex, > I've been playing with the linux wiimote daemon called Cwiid, and > noticed that while it's waiting for a connection from a wiimote, it's > blocking the bluetooth adapter from doing anything else. > > Searching around and looking at the code, I can see it's calling > hci_inquiry() in a loop which is blocking the device. > > Does a non-blocking hci_inquiry() function exist? If not, could I get > some help on how to go about writing one? use the D-Bus interface for non-blocking inquiry. Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html