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.
Fork of BLE_API by
Diff: services/DFUService.h
- Revision:
- 655:4dce7c6d2eb3
- Parent:
- 567:e4b38e43de7c
- Child:
- 659:5fc41956cbd0
diff -r 3d76af29560a -r 4dce7c6d2eb3 services/DFUService.h
--- a/services/DFUService.h Fri Jun 19 15:52:59 2015 +0100
+++ b/services/DFUService.h Fri Jun 19 15:52:59 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();
