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.
Fork of BLE_API by
Diff: common/DiscoveredCharacteristic.cpp
- Revision:
- 501:ff6801633d2c
- Parent:
- 499:db9bc083f91e
- Child:
- 502:557c4a9276ae
diff -r 2625510739a6 -r ff6801633d2c common/DiscoveredCharacteristic.cpp --- a/common/DiscoveredCharacteristic.cpp Fri Jun 19 15:52:03 2015 +0100 +++ b/common/DiscoveredCharacteristic.cpp Fri Jun 19 15:52:03 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
