BLE_API

Embed: (wiki syntax)

« Back to documentation index

BLE::InitializationCompleteCallbackContext Struct Reference

BLE::InitializationCompleteCallbackContext Struct Reference

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

#include <BLE.h>

Data Fields

BLEble
 Reference to the BLE object that has been initialized.
ble_error_t error
 Error status of the initialization.

Detailed Description

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 71 of file BLE.h.


Field Documentation

BLE& ble

Reference to the BLE object that has been initialized.

Definition at line 72 of file BLE.h.

ble_error_t error

Error status of the initialization.

It is set to BLE_ERROR_NONE if initialization completed successfully.

Definition at line 73 of file BLE.h.