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

How to pair but not bond without using pm_peer_delete_all()?

I am using sdk 11, s130, nrf 51822.

Before getting into the question I ask in the title, I would like to ask this first:

1. Is it correct that every time I call pm_peer_delete_all(), it will cost one 'life' from the 10000 lifetime of flash for erasing?

If the above is true, then:

2. How to pair but not bond, without calling pm_peer_delete_all()?

Related