Hi all, I have some question.
When I using mobile to bond with my DK nrf52832. Infomation will save to flash via FDS library.
So, when I delete bond from mobile and rebond with DK. I see old bond infomation not deleted, one byte was changed to 0x00. The new infomation recorded in the next address field.
when I using function pm_peers_delete() for delete all bond. I see bond info not deleted, only one byte was changed to 0x00.
So my question, When the data area for bond will be full. And when it full, what is going to happen. I see PM_EVT_STORAGE_FULL, It will delete bond have rank lowest by pm_peer_delete. So it will not delete follow my explain above. So It can't next bond ? Or I misunderstanding . Pls, explain to me.
When I connect and disconnect with DK (bonded before). I see it will write some more data to adjacent data area. What is data?
Thank you !!!