diff --git a/ble/BLE.h b/ble/BLE.h index 5db926a..6a92ca1 100644 --- a/ble/BLE.h +++ b/ble/BLE.h @@ -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 callback); private: