WL865E4-P  36.07.001
M2MB_BLE_GATT_UUID Struct Reference

#include <m2mb_ble_driver.h>

Data Fields

M2MB_BLE_GATT_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
 
UUID
 

Detailed Description

Definition at line 797 of file m2mb_ble_driver.h.

Field Documentation

◆ UUID

union { ... } UUID

UUID data.

◆ UUID_128

128-bit UUID data. Valid if the UUID_Type is M2MB_BLE_GU_UUID_128_E.

Definition at line 809 of file m2mb_ble_driver.h.

◆ UUID_16

16-bit UUID data. Valid if the UUID_Type is M2MB_BLE_GU_UUID_16_E.

Definition at line 803 of file m2mb_ble_driver.h.

◆ UUID_32

32-bit UUID data. Valid if the UUID_Type is M2MB_BLE_GU_UUID_32_E.

Definition at line 806 of file m2mb_ble_driver.h.

◆ UUID_Type

UUID type.

Definition at line 799 of file m2mb_ble_driver.h.


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