From fe765b0191f867e6846206d53d9077abe9c2db4b Mon Sep 17 00:00:00 2001 From: Rohit Grover Date: Mon, 1 Dec 2014 08:38:29 +0000 Subject: [PATCH] remove block comment for onDataWritten. --- services/URIBeacon2Service.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/services/URIBeacon2Service.h b/services/URIBeacon2Service.h index c782f9d..005bd9b 100644 --- a/services/URIBeacon2Service.h +++ b/services/URIBeacon2Service.h @@ -264,11 +264,6 @@ private: 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. */