Patched version of nrf51822 FOTA compatible driver, with GPTIO disabled, as it clashed with the mbed definitions...

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_srv_utf8_str_t Struct Reference

ble_srv_utf8_str_t Struct Reference
[Common service definitions]

UTF-8 string data type. More...

#include <ble_srv_common.h>

Data Fields

uint16_t length
 String length.
uint8_t * p_str
 String data.

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).

Definition at line 158 of file ble_srv_common.h.


Field Documentation

uint16_t length

String length.

Definition at line 160 of file ble_srv_common.h.

uint8_t* p_str

String data.

Definition at line 161 of file ble_srv_common.h.