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.

Revision:
780:a910652015cd
Parent:
779:6fd9004bc4b7
Child:
785:c74f567162d4
--- 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;
     }