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

GAP Central Connection Establishment and Termination timeout

I would like to configure the connection timeout with the S130v1. This timeout is described in the following sequence diagram: infocenter.nordicsemi.com/.../group___b_l_e___g_a_p___c_e_n_t_r_a_l___c_o_n_n___m_s_c.html

Is this possible to configure it or do I have to add a software timer and cancel the pending request manually ?

If the central software is multi-link can the S130v1 manage multiple pending connection requests ? And is it possible to cancel only one pending connection request ?

Thanks for the help.

Parents
  • The connection timeout is one of the parameters to the connection function which starts that diagram, so you just set it.

  • Thank you, I was looking for the uint16_t ble_gap_scan_params_t::timeout parameter.

    According to the doc, I thinks it is not possible... but can we send multiple connection requests ?

    The stack is busy, process pending events and retry. If another connection is being established wait for the corresponding BLE_GAP_EVT_CONNECTED event before calling again.

Reply
  • Thank you, I was looking for the uint16_t ble_gap_scan_params_t::timeout parameter.

    According to the doc, I thinks it is not possible... but can we send multiple connection requests ?

    The stack is busy, process pending events and retry. If another connection is being established wait for the corresponding BLE_GAP_EVT_CONNECTED event before calling again.

Children
No Data
Related