Tool/software:
Please provide guidance on the restrictions for reading bonding information (GapBondMgr_readBondFromNV) in SDK 9.10.
Since bonding information is written upon executing pairing, we wait for the completion of bonding information writing (GAPBOND_PAIRING_STATE_BOND_SAVED),
but operations differ as described below in scenarios ① and ②:
① If you read bonding information immediately after completing the bonding information writing, the API for reading bonding information becomes unresponsive.
② If you wait for 100ms after completing the bonding information writing and then read the bonding information, the reading succeeds.
※Point ② was a misunderstanding during the operation check. Regardless of the waiting time, the loading of bonding information fails.
I expect the bonding information reading to succeed in operation ①. Please provide guidance on a method to achieve this.
Additionally, in SDK 8.30, reading bonding information (gapBondMgrReadBondRec) immediately after completing the writing works correctly.
Best Regards,
Yukine