High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Diff: source/BLE.cpp
- Revision:
- 884:37599305e7b6
- Parent:
- 881:853f1df9e30a
- Child:
- 886:0a45c67b2301
--- a/source/BLE.cpp Tue Nov 03 13:21:03 2015 +0000 +++ b/source/BLE.cpp Thu Nov 26 12:51:59 2015 +0000 @@ -22,7 +22,7 @@ #endif ble_error_t -BLE::initImplementation(FunctionPointerWithContext<InitializationCompleteCallbackContext *> callback) +BLE::init(BLE::InitializationCompleteCallback_t callback) { ble_error_t err = transport->init(instanceID, callback); if (err != BLE_ERROR_NONE) {