Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: microbit-dal microbit-dal microbit-ble-open microbit-dal ... more
Fork of BLE_API by
Diff: services/DFUService.h
- Revision:
- 664:1624b24837d0
- Parent:
- 659:5fc41956cbd0
- Child:
- 665:cfcc89fd5969
--- a/services/DFUService.h Fri Jun 19 15:53:00 2015 +0100
+++ b/services/DFUService.h Fri Jun 19 15:53:00 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];
