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:
rgrover1
Date:
Mon Aug 10 15:19:43 2015 +0100
Parent:
779:6fd9004bc4b7
Child:
781:6cf1407e6620
Commit message:
Synchronized with git rev 186500f1
Author: Rohit Grover
rename to ADVParams::getIntervalInADVUnits()

Changed in this revision

ble/GapAdvertisingParams.h Show annotated file Show diff for this revision Revisions of this file
--- a/ble/GapAdvertisingParams.h	Mon Aug 10 15:19:43 2015 +0100
+++ b/ble/GapAdvertisingParams.h	Mon Aug 10 15:19:43 2015 +0100
@@ -108,7 +108,7 @@
     /**
      * @return the advertisement interval in units advertisement duration units--i.e. 0.625ms units.
      */
-    uint16_t getIntervalInAdvUnits(void) const {
+    uint16_t getIntervalInADVUnits(void) const {
         return _interval;
     }