BlueZ 的蓝牙库 (Windows)

Ess*_*sam 7 linux bluetooth download bluez intel-edison

Linux 的 libbluetooth2-dev 的 Windows 等价物是什么?我正在尝试在我的英特尔 Edison 上运行 simple_scan.c 以进行支持 BlueZ 的蓝牙扫描,但我需要蓝牙库。这是 linux 的解决方案:bluetooth/bluetooth.h 在 Linux 中位于何处?. 但是我在哪里可以在我的 Windows 设备上下载等效的库?

Chu*_*nch 8

Windows 中的蓝牙是一种完全不同的动物。Windows 根本不支持 BlueZ。您所指的 simple_scan.c 也不会在 Windows 上运行。我正在研究一个读取心率监测器的项目,我们发现在 Windows 中做这件事会很痛苦(请参阅此处的示例),因此我们将 Linux 与我们的项目一起使用,并在 Qt 5.5 中使用 BlueZ。