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:
Mon Jan 11 08:51:56 2016 +0000
Parent:
1104:0244fbb0324e
Child:
1106:1a25c4e7407a
Commit message:
Synchronized with git rev 484382e2
Author: Andres Amaya Garcia
Fix comment in GapAdvertisingData

Changed in this revision

ble/GapAdvertisingData.h Show annotated file Show diff for this revision Revisions of this file
--- a/ble/GapAdvertisingData.h	Mon Jan 11 08:51:56 2016 +0000
+++ b/ble/GapAdvertisingData.h	Mon Jan 11 08:51:56 2016 +0000
@@ -253,7 +253,7 @@
         uint8_t* field = findField(advDataType);
 
         if (field) {
-            // Field type already exist, either add to field or replace
+            // Field type already exist, replace field contents
             return updateField(advDataType, payload, len, field);
         } else {
             // field doesn't exists, return an error