Hi,
I have a situation where our central device needs to be paired atmost with 1 peripheral. I can put a central device into repairing mode for 3 minutes. Within this time if another peripheral is found it shud connect and store bond information. If within 3 minutes it cannot find a new peripheral it will retain bond information of old peripheral it was connected to.
In device manager I have set DEVICE_MANAGER_MAX_BONDS to 1 since I can at max have one bonded device. But during repairing mode I won`t be able to overwrite the bond information since dm_security_setup_req does not allow. How can I solve this issue. I am using SDK 10.
Thanks in Advance.