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.
Fork of BLE_API by
Revision 762:89ec64c66d94, committed 2015-08-07
- Comitter:
- rgrover1
- Date:
- Fri Aug 07 15:53:49 2015 +0100
- Parent:
- 761:612103f2faf6
- Child:
- 763:36c3e2b1f1ae
- Commit message:
- Synchronized with git rev 64e5ef32
Author: Rohit Grover
minor update to a comment header. Add a mention of units for accumulateAdvertisingPayloadTxPower().
Changed in this revision
| ble/Gap.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ble/Gap.h Fri Aug 07 15:53:49 2015 +0100
+++ b/ble/Gap.h Fri Aug 07 15:53:49 2015 +0100
@@ -550,8 +550,8 @@
* small.
*
* @param app
- * The max transmit power to be used by the controller. This is
- * only a hint.
+ * The max transmit power to be used by the controller (in dBm).
+ * This is only a hint.
*/
ble_error_t accumulateAdvertisingPayloadTxPower(int8_t power) {
ble_error_t rc;
