Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate writable_gatt ... more
Diff: nRF51Gap.cpp
- Revision:
- 300:fcc5bbc48739
- Parent:
- 270:3edb22234707
- Child:
- 340:775dab2ff027
--- a/nRF51Gap.cpp Fri Jun 19 15:55:28 2015 +0100
+++ b/nRF51Gap.cpp Fri Jun 19 15:55:28 2015 +0100
@@ -223,7 +223,7 @@
connParams.conn_sup_timeout = connectionParams->connectionSupervisionTimeout;
} else {
connParams.min_conn_interval = 50;
- connParams.max_conn_interval = 250;
+ connParams.max_conn_interval = 100;
connParams.slave_latency = 0;
connParams.conn_sup_timeout = 600;
}

