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: LinkNode_SimpleChatwithSerial
Fork of BLE_API by
Revision 877:6179ae26df4b, committed 2015-11-03
- Comitter:
- rgrover1
- Date:
- Tue Nov 03 12:51:25 2015 +0000
- Parent:
- 876:f7e9b70920ad
- Child:
- 878:83ebee4b8890
- Commit message:
- Synchronized with git rev 43e7e93d
Author: Rohit Grover
add a comment header for initImplementation
Changed in this revision
| ble/BLE.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ble/BLE.h Tue Nov 03 12:51:25 2015 +0000
+++ b/ble/BLE.h Tue Nov 03 12:51:25 2015 +0000
@@ -1421,6 +1421,12 @@
}
private:
+ /**
+ * Implementation of init() [internal to BLE_API].
+ *
+ * The implementation is separated into a private method because it isn't
+ * suitable to be included in the header.
+ */
ble_error_t initImplementation(FunctionPointerWithContext<InitializationCompleteCallbackContext *> callback);
private:
