MT2523 API Reference
LinkIt SDK v4
|
#include <bt_uuid.h>
Data Fields | |
uint8_t | uuid [16] |
An array to store 128-bit UUID. More... | |
struct { | |
uint32_t reserved1 [3] | |
Placeholder. More... | |
uint32_t uuid32 | |
32-bit UUID. More... | |
}; | |
struct { | |
uint16_t reserved2 [6] | |
Placeholder. More... | |
uint16_t uuid16 | |
16-bit UUID. More... | |
uint16_t __zero16 | |
Placeholder. More... | |
}; | |
Union of bt_uuid. More... | |
bt_uuid union.
struct { ... } |
Union of bt_uuid.
uint16_t __zero16 |
Placeholder.
uint32_t reserved1[3] |
Placeholder.
uint16_t reserved2[6] |
Placeholder.
uint8_t uuid[16] |
An array to store 128-bit UUID.
uint16_t uuid16 |
16-bit UUID.
uint32_t uuid32 |
32-bit UUID.