I'm trying to write a desktop application to access a Bluetooth Low Energy (BLE) device.
My target platform in Windows 10, I'm using Visual Studio Community 2015, .NET 4.6.1.
There doesn't seem to be API included for Accessing BLE devices. I found 32feet, but that only supports regular Bluetooth.
I've seen a couple of posts about using the windows UWP libraries and/or WinRT libraries, but that seems like a bit of a hack.
Surely by now, there is a 'nice' way to interact with BLE devices?
As always TIA.