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: Peripheral_1_serial_copy Peripheral_1_serial 151006_1st_Scenario_normal
Fork of BLE_API by
Diff: public/DiscoveredCharacteristic.h
- Revision:
- 508:31e63ad6923f
- Parent:
- 506:be938b716fe8
- Child:
- 512:0584e40bece2
--- 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