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

Multiple Connection Parameter Updates

I'm trying to add a feature where my peripheral will temporarily trigger a Faster Connection Parameter for a period of time determined by an app_timer. However it seems that the FIRST_CONN_PARAMS_UPDATE_DELAY parameter set during ble_conn_params_init() keeps overriding the Fast Connection Parameter updates and returns to Slow Params prematurely. Is there anyways to avoid this override so I can independently set up Fast connection parameters, and then reset then after an app_timer times out?

Also I noted that even though my Connection Parameters update successfully, I cannot change them again for quite awhile. Each attempt simply returns an NRF_BUSY.

Thanks

DC

Parents Reply Children
No Data
Related