hi,
I try to realize all parameter functions in the peer manager. ( I use SDK 15.2.0 )
I expect to design is bond total max 4 in the product. I have some question in below:
Q1: How do I count or limit the amount of bond? (Like NRF_SDH_BLE_PERIPHERAL_LINK_COUNT or NRF_SDH_BLE_CENTRAL_LINK_COUNT)
Q2: What does the PM_FLASH_BUFFERS use for? I think this amount follows the total bond amount, but my mind is wrong after I tested it. because the nRF52 still bond for 4 mobiles and transmit data when I set PM_FLASH_BUFFERS=1.
Q3: What does the PM_RA_PROTECTION_ENABLED use for? Could you give an example, let me know the situation.