I'm trying to programmatically accept a Bluetooth pairing request from an Android device on a Win 10 iot. Which unfortunately has not worked yet. I can not hang in, on any event that gives me the opportunity to accept the pairing request of the android device! The same goes for the unpairing.
I get the
ActivationKind.DevicePairing
via the OnActivated (IActivatedEventArgs args)
However, I can't find data in der to accept the pairing.
In the examples I have seen so far, the pairing starts allways from a win 10 iot device, which works! But I need it the opposite way.
Thanks for any help