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.

Files at this revision

API Documentation at this revision

Comitter:
vcoubard
Date:
Wed Apr 06 19:16:03 2016 +0100
Parent:
1196:8b44b74938f6
Child:
1198:9b7f1b0d2110
Commit message:
Synchronized with git rev 6525630c
Author: Vincent Coubard
Fix typo in module dependency.

Changed in this revision

module.json Show annotated file Show diff for this revision Revisions of this file
--- a/module.json	Wed Apr 06 19:16:02 2016 +0100
+++ b/module.json	Wed Apr 06 19:16:03 2016 +0100
@@ -29,7 +29,7 @@
       "ble-nrf51822": "^2.2.8"
     },
     "nrf52832": {
-      "ble-nrf51822": "ARMmbed/ble-nrf52832"
+      "ble-nrf52832": "ARMmbed/ble-nrf52832"
     },
     "cordio": {
       "ble-wicentric": "~0.0.4"