Hello,
I am using nrf52832 as a peripheral and running SD S112, nordic UART Profile and SDK 17.1.0 on it.
I have set the min connection interval to 10ms and max connection interval to 500ms.
When connecting to android initially android is setting interval to 7.5ms during discovery and then switches to 15ms.
However, after few transactions I see that the peripheral is requesting for the connection parameter update.
In my code I am not requesting for the update explicity.
What is the reason for this parameter update request by peripheral?