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:
1127:0f8fed8cda0d
Parent:
1126:08db6549adef
Child:
1128:8b07ab5a696d
--- a/ble/SecurityManager.h	Tue Jan 12 19:47:50 2016 +0000
+++ b/ble/SecurityManager.h	Tue Jan 12 19:47:51 2016 +0000
@@ -176,7 +176,7 @@
      * @retval BLE_ERROR_INVALID_STATE    If the API is called without module initialization or
      *                                    application registration.
      */
-    virtual ble_error_t getAddressesFromBondTable(Gap::Whitelist_t &addresses) {
+    virtual ble_error_t getAddressesFromBondTable(Gap::Whitelist_t &addresses) const {
         /* Avoid compiler warnings about unused variables */
         (void) addresses;