我正在开发一个需要Windows Universal Apps与BLE设备通信的项目。我试图找到一种方法,可以看到蓝牙低功耗设备如何扫描,配对和发送/接收数据。
答案 0 :(得分:2)
Windows.Devices.Enumeration命名空间可用于通过DeviceInformation配对设备。Pairing。PairAsync和Windows.Devices.Bluetooth命名空间可用于连接和广告< / p>
有关配对的概述,请参阅MSDN的Pair devices文档。 有关RFCOMM,GATT和LE广告的概述,请参见MDSN的Bluetooth页面。
GATT文档会逐步检索蓝牙LE数据并控制LE设备。
Bluetooth advertisement sample演示了从前台和后台观看和发布LE广告。
另请参阅Build 2015会话Building Compelling Bluetooth Apps in Windows 10
答案 1 :(得分:1)
此信息最初是为Windows 8编写的,也适用于Windows 10通用平台。这些函数具有C ++上下文,但它们应该可以从其他语言访问。
https://msdn.microsoft.com/en-us/library/windows/hardware/jj159880(v=vs.85).aspx