BLE temperature profile using digital DS1820 or analog LM35 sensors

Dependencies:   DS1820

Embed: (wiki syntax)

« Back to documentation index

ble_uuid_t Struct Reference

ble_uuid_t Struct Reference
[Common types and macro definitions]

Bluetooth Low Energy UUID type, encapsulates both 16-bit and 128-bit UUIDs. More...

#include <ble_types.h>

Data Fields

uint16_t uuid
 16-bit UUID value or octets 12-13 of 128-bit UUID.
uint8_t type
 UUID type, see Types of UUID.

Detailed Description

Bluetooth Low Energy UUID type, encapsulates both 16-bit and 128-bit UUIDs.

Definition at line 145 of file ble_types.h.


Field Documentation

uint8_t type

UUID type, see Types of UUID.

If type is BLE_UUID_TYPE_UNKNOWN, the value of uuid is undefined.

Definition at line 148 of file ble_types.h.

uint16_t uuid

16-bit UUID value or octets 12-13 of 128-bit UUID.

Definition at line 147 of file ble_types.h.