Microbit as a BLE gamepad

Dependents:   nRF51822

Fork of nrf51-sdk by Lancaster University

Embed: (wiki syntax)

« Back to documentation index

ble_uuid128_t Struct Reference

ble_uuid128_t Struct Reference
[Structures]

128 bit UUID values. More...

#include <ble_types.h>

Data Fields

unsigned char uuid128 [16]
 Little-Endian UUID bytes.

Detailed Description

128 bit UUID values.

Definition at line 179 of file ble_types.h.


Field Documentation

unsigned char uuid128[16]

Little-Endian UUID bytes.

Definition at line 181 of file ble_types.h.