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:
822:a0f080d1e836
Parent:
810:c91bc1f5e035
Child:
826:00415ff9e2a7
--- a/ble/GattServer.h	Tue Sep 29 09:49:24 2015 +0100
+++ b/ble/GattServer.h	Tue Sep 29 09:50:55 2015 +0100
@@ -271,7 +271,7 @@
      *
      * @Note: this functionality may not be available on all underlying stacks.
      * You could use GattCharacteristic::setReadAuthorizationCallback() as an
-     * alternative. Refer to isOnDataReadAvailable().
+     * alternative.
      *
      * @Note: it is possible to chain together multiple onDataRead callbacks
      * (potentially from different modules of an application) to receive updates