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
Revision 262:1749228403b7, committed 2015-01-21
- Comitter:
- rgrover1
- Date:
- Wed Jan 21 09:32:50 2015 +0000
- Parent:
- 261:b275bfc773b9
- Child:
- 263:73847e8b6025
- Commit message:
- Synchronized with git rev 3c58be01
Author: Rohit Grover
minor white space diffs
Changed in this revision
| public/GattServer.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/public/GattServer.h Wed Jan 21 09:32:49 2015 +0000
+++ b/public/GattServer.h Wed Jan 21 09:32:50 2015 +0000
@@ -100,9 +100,9 @@
private:
CallChainOfFunctionPointersWithContext<unsigned> onDataSent;
CallChainOfFunctionPointersWithContext<const GattCharacteristicWriteCBParams *> onDataWritten;
- EventCallback_t onUpdatesEnabled;
- EventCallback_t onUpdatesDisabled;
- EventCallback_t onConfirmationReceived;
+ EventCallback_t onUpdatesEnabled;
+ EventCallback_t onUpdatesDisabled;
+ EventCallback_t onConfirmationReceived;
private:
/* disallow copy and assignment */
