High level Bluetooth Low Energy API and radio abstraction layer

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

Revision:
646:1c59b84fd7e6
Parent:
501:ff6801633d2c
Child:
502:557c4a9276ae
--- a/common/DiscoveredCharacteristic.cpp	Fri Jun 19 15:52:58 2015 +0100
+++ b/common/DiscoveredCharacteristic.cpp	Fri Jun 19 15:52:58 2015 +0100
@@ -17,7 +17,7 @@
 #include "DiscoveredCharacteristic.h"
 #include "GattClient.h"
 
-DiscoveredCharacteristic::ReadCallback_t DiscoveredCharacteristic::onDataReadCallback;
+GattClient::ReadCallback_t DiscoveredCharacteristic::onDataReadCallback;
 
 ble_error_t
 DiscoveredCharacteristic::read(uint16_t offset) const