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_advdata_service_data_t Struct Reference

ble_advdata_service_data_t Struct Reference
[Advertising Data Encoder]

Service data structure. More...

#include <ble_advdata.h>

Data Fields

uint16_t service_uuid
 Service UUID.
uint8_array_t data
 Additional service data.

Detailed Description

Service data structure.

Definition at line 62 of file ble_advdata.h.


Field Documentation

Additional service data.

Definition at line 65 of file ble_advdata.h.

uint16_t service_uuid

Service UUID.

Definition at line 64 of file ble_advdata.h.