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:
- 347:b5d18c33fd8a
- Parent:
- 346:14b090482fd2
- Child:
- 348:922c8b211979
--- a/nRF51Gap.cpp Fri Jun 19 15:55:35 2015 +0100
+++ b/nRF51Gap.cpp Fri Jun 19 15:55:35 2015 +0100
@@ -295,6 +295,8 @@
case CONN_INTERVAL_UNACCEPTABLE:
code = BLE_HCI_CONN_INTERVAL_UNACCEPTABLE;
break;
+ default:
+ break;
}
/* Disconnect if we are connected to a central device */

