Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to scan for Bluetooth Low Energy devices in Windows 8 Desktop?

How to scan for Bluetooth Low Energy devices in Windows-8 Desktop?

I've tried to use WinSock APIs but all I'm get is Bluetooth Classic devices.

I've also tried to use Bluetooth APIs but all I'm get is Bluetooth Classic devices.

I know that it is possible, since windows is doing that. For example, I can run C:\Windows\System32\DevicePairingWizard.exe and it will display the list of all devices, Classic & Low Energy.

like image 525
Pupsik Avatar asked Nov 13 '13 16:11

Pupsik


1 Answers

In case other people are looking for an answer.

In Windows 8 (Desktop & Metro App) there are NO APIs for BLE device discovery and pairing.

This is not lack of implementation, it is by design. Windows folks want us to use "inbox experience" to search & pair BLE devices.

For more details, see this MSDN forum thread.

Good luck!

like image 97
Pupsik Avatar answered Sep 21 '22 15:09

Pupsik