Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: BLE_HeartRate_IDB04A1
Fork of BLE_API by
Diff: source/BLE.cpp
- Revision:
- 886:0a45c67b2301
- Parent:
- 884:37599305e7b6
- Child:
- 890:f3144091ae19
diff -r 1164aa1735ca -r 0a45c67b2301 source/BLE.cpp
--- a/source/BLE.cpp Thu Nov 26 12:51:59 2015 +0000
+++ b/source/BLE.cpp Thu Nov 26 12:51:59 2015 +0000
@@ -22,7 +22,7 @@
#endif
ble_error_t
-BLE::init(BLE::InitializationCompleteCallback_t callback)
+BLE::initImplementation(FunctionPointerWithContext<InitializationCompleteCallbackContext *> callback)
{
ble_error_t err = transport->init(instanceID, callback);
if (err != BLE_ERROR_NONE) {
