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.
Diff: ble/DiscoveredCharacteristic.h
- Revision:
- 966:9451b90bbb66
- Parent:
- 964:9d12fedb6d69
- Child:
- 969:61f13bc8edbf
diff -r 212c16f6247f -r 9451b90bbb66 ble/DiscoveredCharacteristic.h
--- a/ble/DiscoveredCharacteristic.h	Thu Nov 26 12:52:34 2015 +0000
+++ b/ble/DiscoveredCharacteristic.h	Thu Nov 26 12:52:34 2015 +0000
@@ -83,8 +83,6 @@
      */
     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.
      *
@@ -137,11 +135,6 @@
      */
     ble_error_t write(uint16_t length, const uint8_t *value) const;
 
-    /** 
-     * Same as above but register the callback wich will be called once the data has been written
-     */
-    ble_error_t write(uint16_t length, const uint8_t *value, const GattClient::WriteCallback_t& onRead) const;
-
     void setupLongUUID(UUID::LongUUIDBytes_t longUUID) {
         uuid.setupLong(longUUID);
     }