![]() |
Zephyr API 3.6.99
|
Helper type that can store any UUID size. More...
#include <uuid.h>
Data Fields | ||
| union { | ||
| struct bt_uuid uuid | ||
| Generic UUID view. More... | ||
| struct bt_uuid_16 u16 | ||
| 16-bit UUID view. More... | ||
| struct bt_uuid_32 u32 | ||
| 32-bit UUID view. More... | ||
| struct bt_uuid_128 u128 | ||
| 128-bit UUID view. More... | ||
| }; | ||
| Union of all supported UUID sizes. | ||
Helper type that can store any UUID size.
| union { ... } bt_uuid_any |
Union of all supported UUID sizes.
| struct bt_uuid_128 bt_uuid_any::u128 |
128-bit UUID view.
| struct bt_uuid_16 bt_uuid_any::u16 |
16-bit UUID view.
| struct bt_uuid_32 bt_uuid_any::u32 |
32-bit UUID view.
| struct bt_uuid bt_uuid_any::uuid |
Generic UUID view.