|  | WE310F5
    39.00.000
    | 
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 | |
| }; | |
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.
| union { ... } | 
| M2MB_BLE_UUID_128_T uuid_128 | 
128 bit UUID value
Definition at line 174 of file m2mb_ble_driver.h.
| M2MB_BLE_UUID_16_T uuid_16 | 
16 bit UUID value
Definition at line 172 of file m2mb_ble_driver.h.
| M2MB_BLE_UUID_32_T uuid_32 | 
32 bit UUID value
Definition at line 173 of file m2mb_ble_driver.h.
| M2MB_BLE_UUID_TYPE_T uuid_type | 
UUID type
Definition at line 169 of file m2mb_ble_driver.h.