Compatible with Keewi v1

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

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 */
 }