enumerate and connect to Bluetooth LE device in a Visual Studio C++ MFC project

237 Views Asked by At

I have a Visual Studio 2017 C++ MFC project. I need to add code to enumerate and connect to a Bluetooth LE device. I can find sample code for connecting to Bluetooth Classic via C++ but everything I am finding for Bluetooth LE for Windows C++ is using C++/WinRT and XAML. I'm not sure that these C++/WinRT solutions can be incorporated into an existing C++ project.

Is there any Windows API for connecting to BT Low Energy that can be used in a straight C++ app?

TIA

0

There are 0 best solutions below