myBLE

Fork of BLE_API by Bluetooth Low Energy

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.