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.

CCS/CC2640R2F: Сonnection interval update

Part Number: CC2640R2F

Tool/software: Code Composer Studio

Hi, I'm using the multi_role project, SDK ver. 3.10.0.15. I have no sniffer. I connect the phone to the board and request to update the connection interval. Under the debugger, I never go to GAP_UPDATE_LINK_PARAM_REQ_EVENT and, accordingly, to multi_role_paramUpdateDecisionCB. But at the same time, the interval is updated (getting to GAP_LINK_PARAM_UPDATE_EVENT and reading pEvent-> linkUpdate.status = SUCCESS).

Why the event GAP_UPDATE_LINK_PARAM_REQ_EVENT is not occurring ?

What you need to change in the code to get into the callback multi_role_paramUpdateDecisionCB ?