Mbed OS Reference
Loading...
Searching...
No Matches
BLE::InitializationCompleteCallbackContext Struct Reference

Initialization complete event. More...

#include <BLE.h>

Data Fields

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

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

Field Documentation

◆ ble

BLE& ble

Reference to the BLE object that has been initialized.

Definition at line 252 of file BLE.h.

◆ error

ble_error_t error

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