Shuta Nakamae / nRF51822

Fork of nRF51822 by Nordic Semiconductor

Revision:
232:102cf741f177
Parent:
231:4362ce7ffbd7
Child:
233:0b15e714801b
--- a/btle/btle_gattc.cpp	Fri Jun 19 15:55:20 2015 +0100
+++ b/btle/btle_gattc.cpp	Fri Jun 19 15:55:20 2015 +0100
@@ -55,8 +55,8 @@
 
     ShortUUIDBytes_t      uuid;
     ble_gatt_char_props_t props;
-    Gap::Handle_t         declHandle; /**< Service Handle Range. */
-    Gap::Handle_t         valueHandle;   /**< Service Handle Range. */
+    Gap::Handle_t         declHandle;
+    Gap::Handle_t         valueHandle;
 };
 
 struct DiscoveryStatus {