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

CONN_SUP_TIMEOUT issue in ble_app_multilink_peripheral

I am able to set the connection timeout to 250ms in the ble_app_hrs peripheral sample, but in the ble_app_multilink_peripheral it will not advertise if I set it below 1000ms as below:

#define CONN_SUP_TIMEOUT                   MSEC_TO_UNITS(1000, UNIT_10_MS)

What could the reason for this be?

Related