Minor temporary patch to allow DFU packet callback

Fork of BLE_API by Bluetooth Low Energy

Revision:
324:13a128a1505d
Parent:
277:1407d2f1ce3c
Child:
325:501ad8b8bbe5
--- a/public/GattCharacteristic.h	Fri Mar 13 09:57:57 2015 +0000
+++ b/public/GattCharacteristic.h	Mon Mar 23 16:28:09 2015 +0000
@@ -312,11 +312,6 @@
      *              A pointer to an array of descriptors to be included within this characteristic
      *  @param[in]  numDescriptors
      *              The number of descriptors
-     *  @param[in]  writeAuthorizationIn
-     *              Do the attribute(s) of this characteristic have write
-     *              authorization enabled? if so, Write Authorization will be
-     *              requested from the application on every write request
-     *              operation (but not write command).
      *
      * @NOTE: If valuePtr == NULL, initialLength == 0, and properties == READ
      *        for the value attribute of a characteristic, then that particular