High level Bluetooth Low Energy API and radio abstraction layer

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

Revision:
25:7cf2a38ea175
Parent:
21:5442f7c70e71
Child:
27:4a83843f04b0
--- a/blecommon.h	Wed Jan 08 11:13:14 2014 +0000
+++ b/blecommon.h	Wed Jan 08 18:49:39 2014 +0000
@@ -219,18 +219,6 @@
   uint16_t  gatt_nsdesc;    /**< Namespace description from Bluetooth Assigned Numbers, normally '0', see @ref BLE_GATT_CPF_NAMESPACES. */
 } presentation_format_t;
 
-struct UTF8String
-{
-  uint16_t  length;         /**< String length. */
-  uint8_t   str[32];        /**< String data. */
-};
-
-struct UTF16String
-{
-  uint16_t  length;         /**< String length. */
-  uint16_t  str[32];        /**< String data. */
-};
-
 struct SecurityMode
 {
   uint8_t  mode;            /**< Security Mode (1 or 2), 0 for no permissions at all. */