Hi,
This issue has been asked in several threads but I dont seem to find a solution for that. I'm using the following connection settings:
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(400, UNIT_1_25_MS) /**< Minimum acceptable connection interval (0.4 seconds). */
#define MAX_CONN_INTERVAL MSEC_TO_UNITS(650, UNIT_1_25_MS) /**< Maximum acceptable connection interval (0.65 second). */
#define SLAVE_LATENCY 0 /**< Slave latency. */
#define CONN_SUP_TIMEOUT_INIT MSEC_TO_UNITS(4000, UNIT_10_MS)
The problem is when the phone is connected to the device (I'm using nrf Connect), the connection is lost after 1.5 minutes. I tried several settings but none of them helped. I even tried setting the CONN_SUP_TIMEOUT_INIT to ==> BLE_GAP_CP_CONN_SUP_TIMEOUT_NONE and still didnt work. Any help will be appreciated!
Regards