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: microbit-dal microbit-dal microbit-ble-open microbit-dal ... more
Fork of BLE_API by
Diff: public/DiscoveredCharacteristic.h
- Revision:
- 505:ac825d37e8f2
- Parent:
- 501:ff6801633d2c
- Child:
- 506:be938b716fe8
--- a/public/DiscoveredCharacteristic.h Fri Jun 19 15:52:03 2015 +0100
+++ b/public/DiscoveredCharacteristic.h Fri Jun 19 15:52:04 2015 +0100
@@ -88,7 +88,7 @@
ble_error_t writeWoResponse(uint16_t length, const uint8_t *value) const;
- static void setupOnDataRead(ReadCallback_t callback) {
+ static void setupOnDataRead(GattClient::ReadCallback_t callback) {
onDataReadCallback = callback;
}
