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.
Dependencies: nrf51-sdk
Fork of nRF51822 by
Diff: nRF51Gap.cpp
- Revision:
- 300:fcc5bbc48739
- Parent:
- 270:3edb22234707
- Child:
- 340:775dab2ff027
diff -r 19064275c0e0 -r fcc5bbc48739 nRF51Gap.cpp
--- 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;
}
