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-bluetooth-mdw
Fork of nRF51822 by
Diff: source/btle/btle.cpp
- Revision:
- 416:5b7d26035f2b
- Parent:
- 404:fccbe137c4ac
- Child:
- 417:d79a89cccddd
diff -r 92bda1851be2 -r 5b7d26035f2b source/btle/btle.cpp
--- a/source/btle/btle.cpp Tue Aug 11 15:14:23 2015 +0100
+++ b/source/btle/btle.cpp Tue Aug 11 15:14:23 2015 +0100
@@ -107,7 +107,9 @@
dm_ble_evt_handler(p_ble_evt);
+#if !defined(MCU_NORDIC_16K_S110) && !defined(MCU_NORDIC_32K_S110)
bleGattcEventHandler(p_ble_evt);
+#endif
/* Custom event handler */
switch (p_ble_evt->header.evt_id) {
