I don't know why this is happening.

Fork of BLE_API by Bluetooth Low Energy

Revision:
670:5e4aecd9af5b
Parent:
669:7179b4a5aa7d
Child:
671:33ec93d25695
--- a/services/DFUService.h	Fri Jun 19 15:53:01 2015 +0100
+++ b/services/DFUService.h	Fri Jun 19 15:53:01 2015 +0100
@@ -94,8 +94,8 @@
      * @param[in] params
      *     Information about the characterisitc being updated.
      */
-    virtual void onDataWritten(const GattCharacteristicWriteCBParams *params) {
-        if (params->charHandle == controlPoint.getValueHandle()) {
+    virtual void onDataWritten(const GattWriteCallbackParams *params) {
+        if (params->handle == controlPoint.getValueHandle()) {
             /* At present, writing anything will do the trick--this needs to be improved. */
             if (handoverCallback) {
                 handoverCallback();