Qi Yao / LinkNode---test123

Dependencies:   mbed

Fork of LinkNode-Test by Qi Yao

Embed: (wiki syntax)

« Back to documentation index

BLE::InitializationCompleteCallbackContext Struct Reference

BLE::InitializationCompleteCallbackContext Struct Reference

The type returned by BLE::getInstanceID(). More...

#include <BLE.h>


Detailed Description

The type returned by BLE::getInstanceID().

The context provided to init-completion-callbacks (see init() below).

Parameters:
bleA reference to the BLE instance being initialized.
errorCaptures the result of initialization. It is set to BLE_ERROR_NONE if initialization completed successfully. Else the error value is implementation specific.

Definition at line 55 of file BLE.h.