WE310F5  39.00.000
M2MB_BLE_UUID_S Struct Reference

Structure which holds 16 bit / 32 bit / 128 bit UUID value. More...

#include <m2mb_ble_driver.h>

Data Fields

M2MB_BLE_UUID_TYPE_T uuid_type
 
union {
   M2MB_BLE_UUID_16_T   uuid_16
 
   M2MB_BLE_UUID_32_T   uuid_32
 
   M2MB_BLE_UUID_128_T   uuid_128
 
}; 
 

Detailed Description

Structure which holds 16 bit / 32 bit / 128 bit UUID value.

Structure for storing 16 bit / 32 bit / 128 bit UUID value.

Definition at line 167 of file m2mb_ble_driver.h.

Field Documentation

◆ @9

union { ... }

◆ uuid_128

128 bit UUID value

Definition at line 174 of file m2mb_ble_driver.h.

◆ uuid_16

16 bit UUID value

Definition at line 172 of file m2mb_ble_driver.h.

◆ uuid_32

32 bit UUID value

Definition at line 173 of file m2mb_ble_driver.h.

◆ uuid_type

UUID type

Definition at line 169 of file m2mb_ble_driver.h.


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