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:
741:d6dceefb844e
Parent:
740:8d52f0f8efd9
Child:
742:861ed7eb186d
diff -r 8d52f0f8efd9 -r d6dceefb844e ble/GattServer.h
--- a/ble/GattServer.h	Tue Jul 21 13:25:38 2015 +0100
+++ b/ble/GattServer.h	Tue Jul 21 13:25:38 2015 +0100
@@ -220,7 +220,7 @@
      * onDataRead(). It should be overridden to return true as applicable.
      */
     virtual bool isOnDataReadAvailable() const {
-        return false; /* Requesting action from porter(s): override this API if this capability is supported. */
+        return false; /* default implementation; override this API if this capability is supported. */
     }
 
     /*