Lancaster University's fork of the mbed BLE API. Lives on github, https://github.com/lancaster-university/BLE_API

Dependents:   microbit-dal microbit-dal microbit-ble-open microbit-dal ... more

Fork of BLE_API by Bluetooth Low Energy

Revision:
472:2a040d99104c
Parent:
471:ed48300978d9
Child:
473:d10415d0a07d
--- a/public/DiscoveredCharacteristic.h	Fri Jun 19 15:51:59 2015 +0100
+++ b/public/DiscoveredCharacteristic.h	Fri Jun 19 15:51:59 2015 +0100
@@ -76,7 +76,7 @@
      * than ATT_MTU - 1, this function must be called multiple times with
      * appropriate offset to read the complete value.
      */
-    virtual void read(uint16_t offset = 0) = 0;
+    virtual ble_error_t read(uint16_t offset = 0) = 0;
 
 public:
     void setup(Properties_t            propsIn,