ble_gatt_client
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
bt_uuid_t Struct Reference

#include <uuid.h>

Public Types

enum  { BT_UUID_UNSPEC = 0, BT_UUID16 = 16, BT_UUID32 = 32, BT_UUID128 = 128 }
 

Data Fields

enum bt_uuid_t:: { ... }  type
 
union {
   uint16_t   u16
 
   uint32_t   u32
 
   uint128_t   u128
 
value
 

Detailed Description

Definition at line 142 of file uuid.h.

Member Enumeration Documentation

anonymous enum
Enumerator
BT_UUID_UNSPEC 
BT_UUID16 
BT_UUID32 
BT_UUID128 

Definition at line 143 of file uuid.h.

Field Documentation

uint16_t bt_uuid_t::u16
uint32_t bt_uuid_t::u32

Definition at line 151 of file uuid.h.

Referenced by bt_uuid32_create(), bt_uuid32_to_uuid128(), and bt_uuid_to_string().


The documentation for this struct was generated from the following file: