This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Disconnect fast

Hi,

When pointer the p_conn_params of ble_conn_params_init_t to NULL for ble_comm_params_init(), the connection will be disconnected fast automatically, test with the heart rate demo of nRF-toolbox app.

  1. If pointer the p_conn_params to a conn_params, the connection will work well.
  2. or, If pointer to NULL and test with TI multitool app, the connection will work well.

How about the issue?

Test with:

  1. SD v7.1
  2. Android 4.4 and iOS 8.x
  3. latest nRF-Toolbox app.
Related