Part Number: CC2652P7
Hello.
On one devices I had a bug pairing do not work.
The connection work but pairing not stored and somme time device stop working.
If i check GAPBOND_BOND_COUNT he stay to 0.
I have try to execute one time GAPBondMgr_SetParameter(GAPBOND_ERASE_ALLBONDS,NULL); but that not fix the bug.
Finaly i erase full flash with jtag and now all work fine. pairing is store and GAPBOND_BOND_COUNT increas.
I think the NV use by GAPBondMgr was corrupt and i have fix it with a full flash erase, but it is not possible for the final user. Then i want to add the possibility to full erase / reset the NV of GAPBOND in code it is possible?