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
Diff: ble/BLE.h
- Revision:
- 1175:1d25cd85e851
- Parent:
- 1156:e1ea38b576c6
- Child:
- 1176:8b308f971420
--- a/ble/BLE.h Wed Apr 06 19:15:21 2016 +0100 +++ b/ble/BLE.h Wed Apr 06 19:15:22 2016 +0100 @@ -89,11 +89,6 @@ * @note If init() returns BLE_ERROR_NONE, the underlying stack must invoke * the initialization completion callback at some point. * - * @note In some cases, initialization is instantaneous (or blocking); if - * so, it is acceptable for the stack-specific implementation of init() - * to invoke the completion callback directly (within its own - * context). - * * @note Nearly all BLE APIs would return * BLE_ERROR_INITIALIZATION_INCOMPLETE if used on an instance before the * corresponding transport is initialized.