无法将心率设备连接到Windows 10 Universal App

时间:2018-01-15 15:51:07

标签: c++ bluetooth-lowenergy windows-10-universal bluetooth-gatt

我尝试使用Windows通用应用程序通过蓝牙GATT(它的双启动Windows 10)将我的Polar OH1心率设备连接到我的Mac。我是用C ++做的。

IAsyncOperation<DeviceInformationCollection^>^ deviceOp =
    DeviceInformation::FindAllAsync(GattDeviceService::GetDeviceSelectorFromUuid(GattServiceUuids::HeartRate));

当我尝试运行此方法时,它返回null,即使我将蓝牙添加到应用程序清单并将Polar Oh1与Windows 10配对。

0 个答案:

没有答案