I am developing a companion app for my Unity game but I need to access data about the user's heart rate from a Mio Alpha Watch using Bluetooth Low Energy. I looked through the example project (C#) in:
https://code.msdn.microsoft.com/Bluetooth-Generic-5a99ef95
The app recognizes the heart monitor but once I click on it and it says "waiting for device to send data..", it gives me an error "ERROR: Accessing your device failed. Incorrect function. (Exception from HRESULT: 0x8007001)"
Anyone know what the problem is?