remove block comment for onDataWritten.

This commit is contained in:
Rohit Grover 2014-12-01 08:38:29 +00:00
parent eaf31a3941
commit fe765b0191
1 changed files with 0 additions and 5 deletions

View File

@ -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. */