My climat station
BLE::InitializationCompleteCallbackContext Struct Reference
Initialization complete event. More...
#include <BLE.h>
Data Fields | |
| BLE & | ble |
| 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
Generated on Tue Jul 12 2022 14:26:38 by
1.7.2
Gleb Klochkov