ble_srv_utf8_str_t

nRF5 SDK v13.0.0

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.

  • components/ble/common/ble_srv_common.h