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.

CC2642R: Need to receive events from BLE stack on connection start and connection end event

Part Number: CC2642R

Hello,

I am using "GapAdv_create()" and callback as a parameter in it to receive advertising module related events "GAP_EVT_ADV_START" and "GAP_EVT_ADV_END".

I would like to register for similar events for connections start and end.

Let me know which document i need to refer or any example in order to understand the same.