EL4121 Embedded System / mbed-os

Dependents:   cobaLCDJoyMotor_Thread odometry_omni_3roda_v3 odometry_omni_3roda_v1 odometry_omni_3roda_v2 ... more

Embed: (wiki syntax)

« Back to documentation index

BLE::InitializationCompleteCallbackContext Struct Reference

BLE::InitializationCompleteCallbackContext Struct Reference

Initialization complete event. 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

Initialization complete event.

This event is generated at the end of the init() procedure and is passed to the completion callback passed to init().

Definition at line 228 of file BLE.h.


Field Documentation

BLE& ble

Reference to the BLE object that has been initialized.

Definition at line 232 of file BLE.h.

Error status of the initialization.

That value is set to BLE_ERROR_NONE if initialization completed successfully or the appropriate error code otherwise.

Definition at line 240 of file BLE.h.