我尝试使用Windows通用应用程序通过蓝牙GATT(它的双启动Windows 10)将我的Polar OH1心率设备连接到我的Mac。我是用C ++做的。
IAsyncOperation<DeviceInformationCollection^>^ deviceOp =
DeviceInformation::FindAllAsync(GattDeviceService::GetDeviceSelectorFromUuid(GattServiceUuids::HeartRate));
当我尝试运行此方法时,它返回null,即使我将蓝牙添加到应用程序清单并将Polar Oh1与Windows 10配对。