jgh
Fork of BLE_API by
Diff: public/DiscoveredCharacteristic.h
- Revision:
- 508:31e63ad6923f
- Parent:
- 506:be938b716fe8
- Child:
- 512:0584e40bece2
diff -r 77c551e72d06 -r 31e63ad6923f public/DiscoveredCharacteristic.h --- a/public/DiscoveredCharacteristic.h Fri Jun 19 15:52:04 2015 +0100 +++ b/public/DiscoveredCharacteristic.h Fri Jun 19 15:52:04 2015 +0100 @@ -22,7 +22,6 @@ #include "GattAttribute.h" #include "GattClient.h" - /** * Structure for holding information about the service and the characteristics * found during the discovery process. @@ -154,7 +153,7 @@ Gap::Handle_t connHandle; public: - static ReadCallback_t onDataReadCallback; + static GattClient::ReadCallback_t onDataReadCallback; }; #endif /*__DISCOVERED_CHARACTERISTIC_H__*/ \ No newline at end of file