WE310F5  39.00.000
M2MB_BLE_UUID_32_S Struct Reference

Structure for 32 bit UUID. More...

#include <m2mb_ble_driver.h>

Data Fields

UINT8 UUID_Byte0
 
UINT8 UUID_Byte1
 
UINT8 UUID_Byte2
 
UINT8 UUID_Byte3
 

Detailed Description

Structure for 32 bit UUID.

Structure for storing 32 bit UUID. IF UUID = 0xAABBCCDD, then UUID_Byte0 = 0xAA, UUID_Byte1 = 0xBB, UUID_Byte2 = 0xCC, UUID_Byte3 = 0xDD.

Definition at line 114 of file m2mb_ble_driver.h.

Field Documentation

◆ UUID_Byte0

UINT8 UUID_Byte0

Definition at line 116 of file m2mb_ble_driver.h.

◆ UUID_Byte1

UINT8 UUID_Byte1

Definition at line 117 of file m2mb_ble_driver.h.

◆ UUID_Byte2

UINT8 UUID_Byte2

Definition at line 118 of file m2mb_ble_driver.h.

◆ UUID_Byte3

UINT8 UUID_Byte3

Definition at line 119 of file m2mb_ble_driver.h.


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