Shuta Nakamae / nRF51822

Fork of nRF51822 by Nordic Semiconductor

Revision:
208:12b6b06ffcd6
Parent:
207:d70392d1af99
Child:
209:d24159a1dad5
--- a/btle/btle_gattc.cpp	Fri Jun 19 15:55:17 2015 +0100
+++ b/btle/btle_gattc.cpp	Fri Jun 19 15:55:17 2015 +0100
@@ -40,11 +40,9 @@
         endHandle   = end;
     }
 
-    ShortUUIDBytes_t         uuid;                                           /**< UUID of the service. */
-    // uint8_t                  char_count;                                         /**< Number of characteristics present in the service. */
-    // ble_db_discovery_char_t  charateristics[BLE_DB_DISCOVERY_MAX_CHAR_PER_SRV];  /**< Array of information related to the characteristics present in the service. */
-    Gap::Handle_t startHandle;    /**< Service Handle Range. */
-    Gap::Handle_t endHandle;      /**< Service Handle Range. */
+    ShortUUIDBytes_t uuid;        /**< UUID of the service. */
+    Gap::Handle_t    startHandle; /**< Service Handle Range. */
+    Gap::Handle_t    endHandle;   /**< Service Handle Range. */
 };
 
 struct DiscoveryStatus_t {