I am developing an application for Windows 8 for an OS that should connect to a Bluetooth device (by id / name).
I tried using PeerFinder.FindAllPeersAsync() to find all active devices, and I got the following error:
A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E) A method was called at an unexpected time. (Exception from HRESULT: 0x8000000E) .
How to connect to bluetooth? What do I need to do?
Is it possible?
I need an answer as soon as possible.
Thank you very much
source share