Nordic stack and drivers for the mbed BLE API. Version to work around build bug.

Dependents:   microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter

Fork of nRF51822 by Nordic Semiconductor

Revision:
68:936d81c963fe
Parent:
65:98215c4f3a25
Child:
77:9886b2865631
--- a/btle/btle.cpp	Tue Sep 23 16:09:18 2014 +0100
+++ b/btle/btle.cpp	Fri Sep 26 14:46:19 2014 +0100
@@ -83,7 +83,7 @@
      * Characteristics turned off, then clients are allowed to cache attribute
      * handles making applications simpler on both sides.
      */
-    static const bool IS_SRVC_CHANGED_CHARACT_PRESENT = false;
+    static const bool IS_SRVC_CHANGED_CHARACT_PRESENT = true;
     ble_enable_params_t enableParams = {
         .gatts_enable_params = {
             .service_changed = IS_SRVC_CHANGED_CHARACT_PRESENT