Hi,
I use nrf52832, SDK 16 and SD s132. I use FDS to store application data (fixed size), and I use bonding too. So the peer manager also store the peer related data in FDS (about 27 words / peer).
I saw here in several answers that the peer manager does not limit the bond count by default. The only limit is the free space in FDS. So the peer manager can fill up all of the FDS_VIRTUAL_PAGES.
The problem is that my app data don't fit in the FDS after an amount of bonding.
So how can I maximize the stored bond count?