Change connection interval at runtime
Hi all,
I'd like to change the connection interval dynamically at runtime. Most of the time, the interval is long in order to save power, when a certain characteristic is written it needs to be short so the latency of the total system (smartphone app + BLE device) is much smaller.
I already found out that the GAPC_PARAM_UPDATE_CMD command can be issued to negotiate a new connection interval with the master. This works quite well, but I still have a problem.