FreeRTOS: BLE
BLE
Return to main page ↑
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.


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