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?