High level Bluetooth Low Energy API and radio abstraction layer
Dependents: BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate BLE_ANCS_SDAPI_IRC ... more
BLE::InitializationCompleteCallbackContext Struct Reference
The context provided to init-completion-callbacks (see init() below). 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
The context provided to init-completion-callbacks (see init() below).
- Parameters:
-
ble A reference to the BLE instance being initialized. error Captures 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
Generated on Tue Jul 12 2022 12:49:02 by 1.7.2