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.
Fork of BLE_API by
Diff: common/DiscoveredCharacteristic.cpp
- Revision:
- 565:a3fb221c0813
- Parent:
- 524:6e97ab392e2a
diff -r 1d8aa4ad07fe -r a3fb221c0813 common/DiscoveredCharacteristic.cpp
--- a/common/DiscoveredCharacteristic.cpp Fri Jun 19 15:52:11 2015 +0100
+++ b/common/DiscoveredCharacteristic.cpp Fri Jun 19 15:52:11 2015 +0100
@@ -60,4 +60,10 @@
}
return gattc->write(GattClient::GATT_OP_WRITE_CMD, connHandle, valueHandle, length, value);
+}
+
+ble_error_t
+DiscoveredCharacteristic::discoverDescriptors(DescriptorCallback_t callback, const UUID &matchingUUID) const
+{
+ return BLE_ERROR_NOT_IMPLEMENTED; /* TODO: this needs to be filled in. */
}
\ No newline at end of file
