Part Number: CC2642R
I try to connect my CC26x2r board with the multi role project to a windows machine ( where the board is the serrver and the windows machine is the client).
After which i try to notify characteristics 0xfff4. I am able to successfully establish connection and receive message on the windows machine, but the notification rate is very slow,
As per my understanding the notification rate is based on the connection interval set, In the multi-role code I have set the DEFAULT_UPDATE_MAX_CONN_INTERVAL and DEFAULT_UPDATE_MIN_CONN_INTERVAL, DEFAULT_DESIRED_MIN_CONN_INTERVAL, DEFAULT_DESIRED_MAX_CONN_INTERVAL as 8 (which means 1.25*8 ms = 10ms), but i see that the rate of notification is not changed, its very slow.
I am also able to note that the event GAP_LINK_PARAM_UPDATE_EVENT is not raised after a GAP_UpdateLinkParamReq() is sent out from the multi role board.
In the description it is given that
After the GAP_UpdateLinkParamReq procedure is complete, the calling task will receive a
* @ref GAP_LINK_PARAM_UPDATE_EVENT of type
How can i receive the notifications faster on the windows machine by changing the connection parameters from the server device.
