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 90:f245e2d96aa0, committed 2014-06-11
- Comitter:
- Rohit Grover
- Date:
- Wed Jun 11 14:12:14 2014 +0100
- Parent:
- 89:2afa7f425f78
- Child:
- 91:311bde45b251
- Commit message:
- white space diffs to align formatting with our coding standards
Changed in this revision
| GattService.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/GattService.cpp Wed Jun 11 13:54:00 2014 +0100
+++ b/GattService.cpp Wed Jun 11 14:12:14 2014 +0100
@@ -36,11 +36,7 @@
@endcode
*/
/**************************************************************************/
-GattService::GattService(UUID uuid) :
- primaryServiceID(uuid),
- characteristicCount(0),
- characteristics(),
- handle(0)
+GattService::GattService(UUID uuid) : primaryServiceID(uuid), characteristicCount(0), characteristics(), handle(0)
{
/* empty */
}
