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:
1047:2d66d38d9ac9
Parent:
1045:b9d15970040f
Child:
1048:efb29faf12fc
--- a/ble/GattClient.h	Mon Jan 11 08:51:27 2016 +0000
+++ b/ble/GattClient.h	Mon Jan 11 08:51:27 2016 +0000
@@ -297,8 +297,8 @@
      */
     virtual ble_error_t discoverCharacteristicDescriptors(
         const DiscoveredCharacteristic& characteristic,
-        CharacteristicDescriptorDiscovery::DiscoveryCallback_t discoveryCallback,
-        CharacteristicDescriptorDiscovery::TerminationCallback_t terminationCallback) {
+        const CharacteristicDescriptorDiscovery::DiscoveryCallback_t& discoveryCallback,
+        const CharacteristicDescriptorDiscovery::TerminationCallback_t& terminationCallback) {
         (void) characteristic;
         (void) discoveryCallback;
         (void) terminationCallback;