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/GattClient.h	Wed Apr 06 19:15:45 2016 +0100
+++ b/ble/GattClient.h	Wed Apr 06 19:15:46 2016 +0100
@@ -491,7 +491,7 @@
      *              invoked.
      */
     template <typename T>
-    void onShutdown(T *objPtr, void (T::*memberPtr)(void)) {
+    void onShutdown(T *objPtr, void (T::*memberPtr)(const GattClient *)) {
         shutdownCallChain.add(objPtr, memberPtr);
     }