Tool/software:
Hi,
In our project, we currently call GAPBondMgr_GenerateEccKeys() at the following times to initiate ECC key generation.
Procedure:
1. Register a callback function with GAPBondMgr_Register().
2. Connect via BLE, and call GAPBondMgr_GenerateEccKeys() when the ICall event GAP_LINK_ESTABLISHED_EVENT occurs.
3. The callback function receives a GAPBOND_GENERATE_ECC_DONE notification.
The timing for calling GAPBondMgr_GenerateEccKeys() is when the ICall event GAP_LINK_ESTABLISHED_EVENT occurs.
Is this timing appropriate for ECC key generation?
Please let me know if you have any issues or concerns.