BLE
Fork of BLE_API by
Diff: ble/DiscoveredCharacteristic.h
- Revision:
- 930:918d93d409c1
- Parent:
- 914:690bea02c431
- Child:
- 932:97e69faa4a5c
diff -r 624793511b25 -r 918d93d409c1 ble/DiscoveredCharacteristic.h --- a/ble/DiscoveredCharacteristic.h Thu Nov 26 12:52:05 2015 +0000 +++ b/ble/DiscoveredCharacteristic.h Thu Nov 26 12:52:05 2015 +0000 @@ -83,6 +83,8 @@ */ ble_error_t read(uint16_t offset = 0) const; + ble_error_t read(uint16_t offset, const GattClient::ReadCallback_t& onRead) const; + /** * Perform a write without response procedure. *