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.

Branch:
73765891682473a92dad8f57756cdc885ca52703
Revision:
1202:d5426bb4b03f
Parent:
1201:9b71aac42d14
Child:
1205:b717ee89504d
--- a/ble/BLE.h	Wed Sep 14 14:17:52 2016 +0100
+++ b/ble/BLE.h	Wed Sep 14 14:17:53 2016 +0100
@@ -1528,7 +1528,6 @@
      * work.
      * By registering a callback, user code can know when event processing has to be
      * scheduled.
-     * Callback format is void (*)(BLE& ble);
      */
     void onEventsToProcess(const OnEventsToProcessCallback_t& callback);