Hi, latest CVS version of the input service doesn't work anymore. The fix, to get the input service started event there is no adapter available, prevent the initialization of any adapter. So the local address which is used by the input manager is always 00:00:00:00:00:00. Attachted is a quick and very dirty hack to listen for HCI events if an adapter got plugged in. Only the local address of the default adapter will be used. If the default adapter change the local address of the manager gets overwritten. And the input devices of the new default adapter get reregistered (the old one unregistered...) I am not quite sure if this is the correct approach. Even if we should always use the default adapter. I see still here some problem with the use of multiple adapters.. should the manager only list the configured input devices of the current default adapter? Keep in mind .. this makes it impossible to have a bluetooth mouse configured with Adapter A and a bluetooth keyboard with Adapter B (rare usecase). At least you are not able to manage both at the same time... best regards, Daniel