BLE scanning in c++ without UWP

  • Thread starter Thread starter icy_1
  • Start date Start date
I

icy_1

Guest
Hi, I'm trying to write a program that can scan for BLE devices and get their manufacturer data. The only way to do this using C++ is using the UWP api, however, I would prefer not to use UWP due to its extreme unpopularity among end-users. Is it possible to do this using the win32 api or external libraries? I have looked into QtBluetooth, but it is unable to find devices not previously paired with windows.

Thanks in advance

Continue reading...
 
Back
Top