Marcel, The org.bluez.Manager.FindAdapter method is currently ignoring all adapters which are in DOWN state. We just noticed this when we tried using the offmode devdown hcid configure option. The ListAdapters returns all available adapters. Here's a patch that attempts to fix this. -Denis