This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2745R10-Q1: Timing for starting ECC key generation

Part Number: CC2745R10-Q1

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.