Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: microbit-dal microbit-dal microbit-ble-open microbit-dal ... more
Fork of BLE_API by
Revision 813:d6ee8fa2c11c, committed 2015-09-29
- Comitter:
- rgrover1
- Date:
- Tue Sep 29 09:49:21 2015 +0100
- Parent:
- 812:aba49f3176a2
- Child:
- 814:8a9b4e83fa91
- Commit message:
- Synchronized with git rev 6f960cbe
Author: Marcus Chang
Gap.h - Added onConnection callback chain simarly to the currently present onDisconnection callback chain.
Changed in this revision
| ble/Gap.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ble/Gap.h Tue Sep 29 09:49:21 2015 +0100
+++ b/ble/Gap.h Tue Sep 29 09:49:21 2015 +0100
@@ -301,11 +301,9 @@
}
/**
- * Update connection parameters.
- * In the central role this will initiate a Link Layer connection parameter update procedure,
- * otherwise in the peripheral role, this will send the corresponding L2CAP request and wait for
- * the central to perform the procedure.
- *
+ * Update connection parameters while in the peripheral role.
+ * @details In the peripheral role, this will send the corresponding L2CAP request to the connected peer and wait for
+ * the central to perform the procedure.
* @param[in] handle
* Connection Handle
* @param[in] params
