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
Revision 202:c19c327cb985, committed 2014-12-01
- Comitter:
- rgrover1
- Date:
- Mon Dec 01 14:31:17 2014 +0000
- Parent:
- 201:9bb7b3f45c20
- Child:
- 203:7b5178d2fa03
- Commit message:
- Synchronized with git rev fe765b01
Author: Rohit Grover
remove block comment for onDataWritten.
Changed in this revision
| services/URIBeacon2Service.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/services/URIBeacon2Service.h Mon Dec 01 14:31:17 2014 +0000
+++ b/services/URIBeacon2Service.h Mon Dec 01 14:31:17 2014 +0000
@@ -264,11 +264,6 @@
return encodedBytes;
}
- /**
- * This callback allows the DFU service to receive the initial trigger to
- * handover control to the bootloader; but first the application is given a
- * chance to clean up.
- */
virtual void onDataWritten(const GattCharacteristicWriteCBParams *params) {
if (params->charHandle == uriDataChar.getValueAttribute().getHandle()) {
if (lockedState) { /* When locked, the device isn't allowed to update the uriData characteristic. */
