Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mbed_EddystoneURL_Beacon_ssci mbed_EddystoneURL_Beacon_ssci mbed_EddystoneURL_Beacon_ssci
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
