Hello,
at the moment my application is accepting more than one device if its not connected to anything. But I want that the application only connects to one device and only accepts an other device if the pairing information is deleted.
I'm using a nRF51422 with SDK 11 and the Softdevice S130.
My Idea was to build a whitelist with only 1 possible connection. And after I delete the whitelist it should accept others again.
Is there a documentaion how to do this?