Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows 8 Bluetooth Low Energy API example

Has anyone found a good example of how to discover, connect, and disconnect BLE devices on Windows 8 using C/C++?

I'm not sure how to get a device handle to use with the "Bluetooth Low Energy Functions" API http://msdn.microsoft.com/en-us/library/windows/hardware/hh450825(v=vs.85).aspx

like image 625
sandeepmistry Avatar asked Dec 29 '25 11:12

sandeepmistry


1 Answers

The Windows 8 Bluetooth GATT apis requires that the device be paired using the built-in UI and does not allow application to connect to an arbitrary Bluetooth LE device.

Source: MSDN Forum

like image 130
corentinaltepe Avatar answered Jan 03 '26 07:01

corentinaltepe



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!