nRF51 SDK - S110 SoftDevice
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_srv_utf8_str_t Struct Reference

UTF-8 string data type. More...

#include <ble_srv_common.h>

Data Fields

uint16_t length
 
uint8_t * p_str
 

Detailed Description

UTF-8 string data type.

Note
The type can only hold a pointer to the string data (i.e. not the actual data).

Field Documentation

uint16_t ble_srv_utf8_str_t::length

String length.

uint8_t* ble_srv_utf8_str_t::p_str

String data.