BLE_API

Revision:
929:918d93d409c1
Parent:
913:690bea02c431
Child:
931:97e69faa4a5c
--- 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.
      *