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.
Fork of nRF51822 by
Diff: nRF51Gap.cpp
- Revision:
- 269:9d7eb76bf65d
- Parent:
- 268:3a0047106213
- Child:
- 270:3edb22234707
diff -r 3a0047106213 -r 9d7eb76bf65d nRF51Gap.cpp
--- a/nRF51Gap.cpp Fri Jun 19 15:55:24 2015 +0100
+++ b/nRF51Gap.cpp Fri Jun 19 15:55:25 2015 +0100
@@ -223,7 +223,7 @@
connParams.conn_sup_timeout = connectionParams->connectionSupervisionTimeout;
} else {
connParams.min_conn_interval = 50;
- connParams.max_conn_interval = 1000;
+ connParams.max_conn_interval = 250;
connParams.slave_latency = 0;
connParams.conn_sup_timeout = 600;
}
