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

ble_advdata_manuf_data_t Struct Reference
[Advertising Data Encoder]

Manufacturer specific data structure. More...

#include <ble_advdata.h>

Data Fields

uint16_t company_identifier
 Company Identifier Code.
uint8_array_t data
 Additional manufacturer specific data.

Detailed Description

Manufacturer specific data structure.

Definition at line 55 of file ble_advdata.h.


Field Documentation

Company Identifier Code.

Definition at line 57 of file ble_advdata.h.

Additional manufacturer specific data.

Definition at line 58 of file ble_advdata.h.