Nelson T Joseph
Nelson T Joseph

Reputation: 2763

On and off bluetooth connection in Windows 10

I am trying to create an application that has a functionality to search for and turn-on (if available) the bluetooth device. How can I find a bluetooth device is available or not? If available I want to check is that enabled. If disabled I need to enable it.

I want to do this from my C# application.

Upvotes: 1

Views: 384

Answers (1)

Uwe Hafner
Uwe Hafner

Reputation: 4989

I haven't used it but there is a library exposing Personal Area Networks to C#. Take a look at:

https://32feet.codeplex.com/

It may contain what you are looking for.

Upvotes: 1

Related Questions