I'm trying to use a Windows Universal App to connect my Polar OH1 heart rate device to my Mac through Bluetooth GATT (it's dual booted Windows 10). I'm doing this in C++.
IAsyncOperation<DeviceInformationCollection^>^ deviceOp =
DeviceInformation::FindAllAsync(GattDeviceService::GetDeviceSelectorFromUuid(GattServiceUuids::HeartRate));
When I try to run this method it returns null, even though I added Bluetooth to the app manifest and have the Polar Oh1 paired to Windows 10.