bluetooth - BLE on Windows 8.1+ -


have managed interface ble peripherals on windows? there library/api can used? qt has support ble in several platforms except windows (http://doc.qt.io/qt-5/qtbluetooth-index.html) , unfortunately i'm not aware of alternative it.

you can find api released microsoft ble in link:

https://msdn.microsoft.com/en-us/library/windows/hardware/hh450825(v=vs.85).aspx

be aware main drawback of using ble windows 8.1 have establish connection peripheral device manually in bluetooth options windows 8.1. cannot implement scanning functionality in application.


Comments