Minor temporary patch to allow DFU packet callback

Fork of BLE_API by Bluetooth Low Energy

Revision:
366:a529cc62f21d
Parent:
365:668d664cbd10
Child:
368:89726b616c1b
--- a/public/BLEDevice.h	Fri May 08 15:35:48 2015 +0100
+++ b/public/BLEDevice.h	Fri May 08 15:35:48 2015 +0100
@@ -352,8 +352,8 @@
      * devices, subsequent reconnections with bonded peer will result only in
      * this callback when the link is secured and setup procedures will not
      * occur unless the bonding information is either lost or deleted on either
-     * or both sides. The callback is passed in a Gap::SecurityMode_t in effect
-     * for the secured link.
+     * or both sides. The callback is passed in a Gap::SecurityMode_t according
+     * to the level of security in effect for the secured link.
      */
     void onLinkSecured(Gap::LinkSecuredCallback_t callback);