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:28 2016 +0100
Parent:
1152:1c10f851f4f9
Child:
1154:702de9e6b049
Commit message:
Synchronized with git rev b2bf21d0
Author: Andres Amaya Garcia
Fix doxygen warnings in DiscoveredCharacteristicDescriptor.h

Changed in this revision

ble/DiscoveredCharacteristicDescriptor.h Show annotated file Show diff for this revision Revisions of this file
--- a/ble/DiscoveredCharacteristicDescriptor.h	Wed Apr 06 19:14:27 2016 +0100
+++ b/ble/DiscoveredCharacteristicDescriptor.h	Wed Apr 06 19:14:28 2016 +0100
@@ -28,7 +28,7 @@
  * discovery procedure (see GattClient::discoverCharacteristicDescriptors or
  * DiscoveredCharacteristic::discoverDescriptors ).
  *
- * @detail Provide detailed informations about a discovered characteristic descriptor
+ * @details Provide detailed informations about a discovered characteristic descriptor
  * like:
  *     - Its UUID (see #getUUID).
  *     - Its handle (see #getAttributeHandle)