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: services/HeartRateService.h
- Revision:
- 123:fede41ce9407
- Parent:
- 118:620d28e7a1ba
- Child:
- 234:aac647674384
--- a/services/HeartRateService.h Tue Sep 30 01:03:56 2014 +0100
+++ b/services/HeartRateService.h Wed Nov 05 14:08:42 2014 +0000
@@ -92,10 +92,8 @@
}
/**
- * This callback allows the UART service to receive updates to the
- * txCharacteristic. The application should forward the call to this
- * function from the global onDataWritten() callback handler; or if that's
- * not used, this method can be used as a callback directly.
+ * This callback allows the HeartRateService to receive updates to the
+ * controlPoint Characteristic.
*/
virtual void onDataWritten(const GattCharacteristicWriteCBParams *params) {
if (params->charHandle == controlPoint.getValueAttribute().getHandle()) {
