Lightly modified version of the BLE stack, that doesn't bring up a DFUService by default... as we have our own.

Fork of BLE_API by Bluetooth Low Energy

Revision:
233:4d570d99b8cb
Parent:
232:4cfb5b8a4fb9
Child:
239:58642869879c
--- a/services/URIBeaconConfigService.h	Mon Dec 08 17:47:58 2014 +0000
+++ b/services/URIBeaconConfigService.h	Mon Dec 08 19:24:29 2014 +0000
@@ -178,7 +178,7 @@
     }
 
 private:
-    /**
+    /*
      * Setup the advertisement payload and GAP settings.
      */
     void configureGAP(void) {
@@ -402,7 +402,11 @@
        ble.updateCharacteristicValue(txPowerLevelsChar.getValueHandle(), reinterpret_cast<uint8_t *>(powerLevels), NUM_POWER_MODES * sizeof(int8_t));
     }
 
+    /**
+    * The following is a private debug function.
+    */
 private:
+
     /**
      * For debugging only. Print Hex representation of ServiceDataPayload to terminal.
      */