I want to implement secure connections for a device based on the nRF52832, protected by a PIN/pass key, which I need to be able to configure dynamically, not hardcoded in code.
Could you point me to some examples demonstrating how to achieve pairing and security Level 4? I'm using nRF Connect SDK version 2.6.0 but will upgrade it to version 2.7.0.
One more question is, how does the SDK implement persistence for the bonding information? Do I need to persist it?
BR