2015-11-24 255 views
3

我正在開發一個需要Windows通用應用程序與BLE設備通信的項目。我正試圖找到一種方法,可以看到如何掃描,配對和發送/接收數據。Windows通用應用程序藍牙低功耗連接

+0

你想知道如何具體訪問藍牙低能量協議(如,在默認的方法使用舊的高能量協議)? – TheHansinator

+0

我想知道如何掃描,連接,斷開連接並從傳感器獲取數據。 –

回答

2

Windows.Devices.Enumeration命名空間可被用於通過DeviceInformation配對的設備。 PairingPairAsyncWindows.Devices.Bluetooth命名空間可用於連接和廣告

有關配對概述,請參閱MSDN的Pair devices文檔。 有關RFCOMM,GATTand LE廣告的概述,請參閱MDSN的Bluetooth頁面。

GATT docs通過檢索藍牙LE數據和控制LE設備。

Bluetooth advertisement sample演示了從前臺和後臺觀看和發佈LE廣告。

還檢查了構建2015年會議Building Compelling Bluetooth Apps in Windows 10