This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Change MIN_CONN_INTERVAL and MAX_CONN_INTERVAL when connected to phone

I want to change MIN_CONN_INTERVAL and MAX_CONN_INTERVAL values when I connected to phone.

I build function that handler events and send the update to ble_conn_params_change_conn_params() 

The problem is when I define the configuration that I want in the define arguments above I get the result that I want, but when I change the configuration in connected status I don't get it.

I think I need to do another things but I don't know what.

Can you please tell me what to do?

Related