BLE_API_Tiny_BLE
Fork of BLE_API by
Revision 366:a529cc62f21d, committed 2015-05-08
- Comitter:
- rgrover1
- Date:
- Fri May 08 15:35:48 2015 +0100
- Parent:
- 365:668d664cbd10
- Child:
- 367:c3f4ad55ed33
- Commit message:
- Synchronized with git rev 03eaf52d
Author: Rohit Grover
minor update to a comment.
Changed in this revision
public/BLEDevice.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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);