xenolightning / AudioSwitcher

.NET Library which facilitates interacting with Audio Devices on Windows
Microsoft Public License
248 stars 53 forks source link

Disconnected blue tooth devices #12

Closed Stephanowicz closed 9 years ago

Stephanowicz commented 9 years ago

Hi, I'm not quite sure if this is the right place to put a request... anyways - thank You very much for this app!

I wonder, if it's possible to connect disabled BT-devices ?

Cheers,

Stephan

xenolightning commented 9 years ago

Enabling the device is easy enough, but getting it to connect requires an application to manage bluetooth devices.

It also may change per device, so it's probably best left to the manufacturer of the bluetooth device.

Stephanowicz commented 9 years ago

Well, I was thinking of the command in the context menu of the device in the Sound device listing. I think it should be possible in the same context of the api call for activating devices... the Windows api should manage the connecting via the bt Driver.

xenolightning commented 9 years ago

Enabling/Disabling the device is somewhat trivial.

I'm not sure if that will work in this scenario. Is the BT audio device disabled in Device Manager?

There's very little you can actually control through the Windows Api layer. It's great for finding and rendering an audio stream, not much more.