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 ?