I don't know why this is happening.

Fork of BLE_API by Bluetooth Low Energy

Revision:
521:b2dae8d95c4d
Parent:
514:1fa338281798
Child:
522:6bc4662d4e30
--- a/services/DFUService.h	Fri Jun 19 15:52:06 2015 +0100
+++ b/services/DFUService.h	Fri Jun 19 15:52:06 2015 +0100
@@ -105,13 +105,13 @@
         }
     }
 
-private:
+protected:
     static const unsigned SIZEOF_CONTROL_BYTES = 2;
     static const unsigned SIZEOF_PACKET_BYTES  = 20;
 
     static ResetPrepare_t handoverCallback;  /**< application specific handover callback. */
 
-private:
+protected:
     BLEDevice          &ble;
     uint8_t             controlBytes[SIZEOF_CONTROL_BYTES];
     uint8_t             packetBytes[SIZEOF_PACKET_BYTES];