ESP-IDF
tAPP_UUID::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::uuid
tAPP_UUID::uuid field
Syntax
Show:
Summary
Declaration
from
bta_gattc_api.c:1167
union
{
UINT16
uuid16
;
UINT32
uuid32
;
UINT8
uuid128
[
LEN_UUID_128
]
;
}
uuid
;
Examples
References
from
examples
Code
Location
Referrer
}
uuid
;
bta_gattc_api.c:1171
param
.
service
.
uu
.
uuid16
=
app_uuid
->
uuid
.
uuid16
;
bta_gattc_api.c:1194
BTA_GATTC_Discover()
param
.
service
.
uu
.
uuid32
=
app_uuid
->
uuid
.
uuid32
;
bta_gattc_api.c:1196
BTA_GATTC_Discover()
memcpy
(
param
.
service
.
uu
.
uuid128
,
app_uuid
->
uuid
.
uuid128
,
LEN_UUID_128
)
;
bta_gattc_api.c:1198
BTA_GATTC_Discover()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tAPP_UUID::uuid
is read by 1 function:
All items filtered out
tAPP_UUID::uuid
BTA_GATTC_Discover()
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