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

Do I need to call ble_conn_params_init()?

Connections to my peripheral device are generally very short. I don't really need to have my device request a connection parameters update.

Does this mean that I can safely ignore the Connection Parameters Module and not call ble_conn_params_init()?

Related