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:
264:eea11cfb6753
Parent:
260:ea7f9f14cc15
Child:
265:a0504765a357
--- a/public/GattCharacteristic.h	Wed Jan 21 09:32:50 2015 +0000
+++ b/public/GattCharacteristic.h	Wed Jan 21 09:32:50 2015 +0000
@@ -18,7 +18,7 @@
 #define __GATT_CHARACTERISTIC_H__
 
 #include "GattAttribute.h"
-#include "GattCharacteristicWriteCBParams.h"
+#include "GattCharacteristicCallbackParams.h"
 #include "FunctionPointerWithContext.h"
 
 class GattCharacteristic {