COMMON IO-BLE v1.0.0
Hardware abstraction layer for Bluetooth
 
Loading...
Searching...
No Matches
BTUuid_t Struct Reference

UUID. More...

#include <bt_hal_manager_types.h>

Data Fields

BTuuidType_t ucType
 
union {
   uint16_t   uu16
 
   uint32_t   uu32
 
   uint8_t   uu128 [bt128BIT_UUID_LEN]
 
uu
 

Detailed Description

UUID.

Field Documentation

◆ ucType

BTuuidType_t BTUuid_t::ucType

UUID type

◆ uu16

uint16_t BTUuid_t::uu16

UUID, 16 bits.

◆ uu32

uint32_t BTUuid_t::uu32

UUID, 32 bits.

◆ uu128

uint8_t BTUuid_t::uu128[bt128BIT_UUID_LEN]

UUID, 128 bits.

◆ 

union { ... } BTUuid_t::uu

UUID Union.


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