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

Is there a way to reduce the link loss detection time?

ble_gap.hHi, At the moment, when a link loss is detected (in a connected mode), it takes around 3 seconds for it to be identified (with DISCONNECTED event). Is there a way to reduce this link loss detection time from 3 seconds to less than a second? Thanks.

Parents Reply
  • Hi Endnode, thanks for the response. Following are my connection interval parameters set at the master: HASH define MIN_CONNECTION_INTERVAL MSEC_TO_UNITS(7.5, UNIT_1_25_MS)
    HASH define MAX_CONNECTION_INTERVAL MSEC_TO_UNITS(30, UNIT_1_25_MS)
    One side of the link is peripheral (nrf51822: ble_app_hrs example) and the other side is central (nrf51822: ble_app_hrs_c example). I am not sure if this has answered your question.

Children
No Data
Related