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: BLE_PowerBank_HeyFaradey
Fork of BLE_API by
Diff: source/DiscoveredCharacteristic.cpp
- Revision:
- 727:1a1f5c5aedfe
- Parent:
- 720:ce8a760a4504
- Child:
- 728:997ba5e7b3b6
--- a/source/DiscoveredCharacteristic.cpp Thu Jul 02 09:06:12 2015 +0100
+++ b/source/DiscoveredCharacteristic.cpp Mon Jul 06 10:10:34 2015 +0100
@@ -17,6 +17,9 @@
#include "ble/DiscoveredCharacteristic.h"
#include "ble/GattClient.h"
+GattClient::ReadCallback_t DiscoveredCharacteristic::onDataReadCallback;
+GattClient::WriteCallback_t DiscoveredCharacteristic::onDataWriteCallback;
+
ble_error_t
DiscoveredCharacteristic::read(uint16_t offset) const
{
