add a comment header for initImplementation
This commit is contained in:
parent
8fab6bf863
commit
43e7e93db9
1 changed files with 6 additions and 0 deletions
|
@ -1421,6 +1421,12 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
/**
|
||||
* Implementation of init() [internal to BLE_API].
|
||||
*
|
||||
* The implementation is separated into a private method because it isn't
|
||||
* suitable to be included in the header.
|
||||
*/
|
||||
ble_error_t initImplementation(FunctionPointerWithContext<InitializationCompleteCallbackContext *> callback);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in a new issue