High level Bluetooth Low Energy API and radio abstraction layer

Dependents:   BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate BLE_ANCS_SDAPI_IRC ... more

Overview

The BLE_API is a high level abstraction for using Bluetooth Low Energy on multiple platforms. For details and examples using the BLE_API please see the BLE_API Summary Page. Or click on the API Documentation tab above.

Supported Services

Supported services can be found in the BLE_API/services folder.

Revision:
1192:718787de23b7
Parent:
1183:1589830dbdb7
--- a/ble/SecurityManager.h	Wed Apr 06 19:15:45 2016 +0100
+++ b/ble/SecurityManager.h	Wed Apr 06 19:15:46 2016 +0100
@@ -205,7 +205,7 @@
         shutdownCallChain.add(callback);
     }
     template <typename T>
-    void onShutdown(T *objPtr, void (T::*memberPtr)(void)) {
+    void onShutdown(T *objPtr, void (T::*memberPtr)(const SecurityManager *)) {
         shutdownCallChain.add(objPtr, memberPtr);
     }