Minor temporary patch to allow DFU packet callback

Fork of BLE_API by Bluetooth Low Energy

Revision:
261:b275bfc773b9
Parent:
260:ea7f9f14cc15
Child:
289:4e2eac75f101
--- a/public/BLEDevice.h	Wed Jan 21 09:32:49 2015 +0000
+++ b/public/BLEDevice.h	Wed Jan 21 09:32:49 2015 +0000
@@ -224,7 +224,8 @@
     void addToDisconnectionCallChain(T *tptr, void (T::*mptr)(void));
 
     /**
-     * Setup a callback for the GATT event DATA_SENT.
+     * Add a callback for the GATT event DATA_SENT (which is triggered when
+     * updates are sent out by GATT in the form of notifications).
      *
      * @Note: it is possible to chain together multiple onDataSent callbacks
      * (potentially from different modules of an application) to receive updates