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.
Dependents: LinkNode_SimpleChatwithSerial
Fork of BLE_API by
Diff: ble/DiscoveredCharacteristic.h
- 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.
*
