Is there any way to connect to Bluetooth Low Energy devices from Windows Phone 8? e.g. Heart Rate Monitors such as the Polar H7.
Some background I've tried:
- I've seen this sample for Windows 8 - http://code.msdn.microsoft.com/windowshardware/Bluetooth-Generic-4f4ea968/view/Discussions - which seems to require quite a deep level of knowledge.
- I've seen this closed question here: https://stackguides.com/questions/13224392/nokia-lumia-920-and-bluetooth-low-energy-devices
- I've implemented WP8 Bluetooth support for Sphero myself (see https://github.com/slodge/BallControl/)
- I've read about other SPP level code - e.g. http://metroeeg.codeplex.com/documentation?referringTitle=Home&ANCHOR#GettingStarted - this seems to say 'As a rule WP8 apps can only speak to paired devices.' - but I can't find any way to pair my HRM with my Lumia 920
I can't seem to find any information about WP8 and Bluetooth LE devices. Are these supported? Can WP8 talk to my Polar H7 Heart Rate monitor?