ESP-IDF
tAPP_UUID
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tAPP_UUID
tAPP_UUID struct
Syntax
Show:
Summary
Declaration
from
bta_gattc_api.c:1165
typedef
struct
{
UINT16
len
;
union
{
UINT16
uuid16
;
UINT32
uuid32
;
UINT8
uuid128
[
LEN_UUID_128
]
;
}
uuid
;
}
__attribute__
(
(
packed
)
)
tAPP_UUID
;
Fields
Field
Declared as
tAPP_UUID::len
UINT16
tAPP_UUID::uuid
union
{
UINT16
uuid16
;
UINT32
uuid32
;
UINT8
uuid128
[
LEN_UUID_128
]
;
}
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out