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:14:47 2016 +0100
Parent:
1159:1aa7f8be1f76
Child:
1161:515032db6feb
Commit message:
Synchronized with git rev 69d90e87
Author: Andres Amaya Garcia
Add missing docs and fix doxy warnings in Gap.h

Changed in this revision

ble/Gap.h Show annotated file Show diff for this revision Revisions of this file
--- a/ble/Gap.h	Wed Apr 06 19:14:45 2016 +0100
+++ b/ble/Gap.h	Wed Apr 06 19:14:47 2016 +0100
@@ -1327,7 +1327,7 @@
     }
 
     /**
-     * Same Gap::startScan(), but allows the possibility to add an object
+     * Same as Gap::startScan(), but allows the possibility to add an object
      * reference and member function as handler for advertisement event
      * callbacks.
      *
@@ -1486,7 +1486,7 @@
     }
 
     /**
-     * Same Gap::onConnection(), but allows the possibility to add an object
+     * Same as Gap::onConnection(), but allows the possibility to add an object
      * reference and member function as handler for connection event
      * callbacks.
      *
@@ -1528,7 +1528,7 @@
     }
 
     /**
-     * Same Gap::onDisconnection(), but allows the possibility to add an object
+     * Same as Gap::onDisconnection(), but allows the possibility to add an object
      * reference and member function as handler for disconnection event
      * callbacks.
      *