Reputation: 2763
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
Reputation: 4989
I haven't used it but there is a library exposing Personal Area Networks to C#. Take a look at:
It may contain what you are looking for.
Upvotes: 1