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
Diff: blecommon.h
- 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. */
