High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Revision 505:ac825d37e8f2, committed 2015-06-19
- Comitter:
- rgrover1
- Date:
- Fri Jun 19 15:52:04 2015 +0100
- Parent:
- 504:817c6240e9d9
- Child:
- 506:be938b716fe8
- Commit message:
- Synchronized with git rev c0eb59b4
Author: Rohit Grover
oops. ReadCallback_t has moved into GattClient.
Changed in this revision
public/DiscoveredCharacteristic.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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; }