add "LE Device Address" 0x1B to advertising data types

Fork of BLE_API by Bluetooth Low Energy

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.