Hello,
We are making device using NRF52832 and SDK 16.0 .
In our solution we required to pair and bond , between phone and device and hence we are using the peer manager in device firmware.
How ever in the same solution there are instant when device want to expose different service to phone , and don't need pairing and bonding , during that connection with phone.
To do so, when device, disconnect from the phone during bonded connection, it disables the softdevice and reinitialize it with new service. however there is no way to disable the peer manager.
Hence, when phone try to connect with device, peer manager check for bonding and it is not working.
Please let us know, is there way to disable the peer manager, after it is initialized once, without power cycling or restart the device?
Regards,
khodidas