Bluetooth Library for BlueZ (Windows)

12,050

Bluetooth in Windows is a completely different animal. BlueZ is not supported in Windows at all. That simple_scan.c you're referring to will also not run on Windows. I'm working on a project to read Heart Rate Monitors and we found it's going to be a royal pain to do in Windows (see example here) so we went Linux with our project and are using BlueZ with Qt 5.5.

Share:
12,050
Essam
Author by

Essam

Updated on June 14, 2022

Comments

  • Essam
    Essam almost 2 years

    What is the Windows equivalent for Linux's libbluetooth2-dev? I'm trying to run simple_scan.c for a BlueZ-enabled bluetooth scan on my Intel Edison but I need the bluetooth library. This is the solution for linux: Where is the bluetooth/bluetooth.h located in Linux?. But where can I download an equivalent library on my Windows device?