This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

connect to bonded device using Masteremulator C#

Hi all,

I am using a C# application with the masteremulator dll to connect to a nRF51822 with S110 V8.0.0

I can bond with a new device, and communicate with it in a secure way. But I don't know how to reconnect later with this bonded device.

I did not find useful info in the examples.

How can the c# application know whether or not the bond() function has to be called?

Any information or example is welcome.

I use function RestoreBondInformation and GetBondInformation to save and restore the bonding information.

Related