Nordic stack and drivers for the mbed BLE API. Version to work around build bug.

Dependents:   microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter

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 and Scan Response 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 136 of file ble_advdata.h.


Field Documentation

Company identifier code.

Definition at line 138 of file ble_advdata.h.

Additional manufacturer specific data.

Definition at line 139 of file ble_advdata.h.