When trying to execute any of the Microsoft Band sample projects I always get the following error when trying to connect to the Band:
using
(
IBandClient bandClient = await BandClientManager.Instance.ConnectAsync(pairedBands[0])
)
throws exception:
An error occurred while attempting to aquire the Bluetooth device service. This error can occur if the paired device is unreachable or has become unpaired from the current host.
This is on a windows desktop by the way, windows throws up the control asking can it access my band I say allow and it throws the error, I have tried switching off the Bluetooth power management as suggested in the documentation but still no help.....
Also followed the advice here: Microsoft Band SDK on Windows 8,1 still no help....
Any ideas?