ESP-IDF
tBTA_GATTC_REG::app_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
tBTA_GATTC_REG::app_uuid
tBTA_GATTC_REG::app_uuid field
Syntax
Show:
Summary
Declaration
from
bta_gatt_api.h:300
tBT_UUID
app_uuid
;
Examples
References
from
examples
Code
Location
Referrer
tBT_UUID
app_uuid
;
bta_gatt_api.h:300
if
(
p_data
->
reg_oper
.
app_uuid
.
len
==
LEN_UUID_128
&&
adapter.c:1359
bt_mesh_bta_gattc_cb()
!
memcmp
(
p_data
->
reg_oper
.
app_uuid
.
uu
.
uuid128
,
uuid
,
16
)
)
{
adapter.c:1360
bt_mesh_bta_gattc_cb()
memcpy
(
&
(
cb_data
.
reg_oper
.
app_uuid
)
,
p_app_uuid
,
sizeof
(
tBT_UUID
)
)
;
bta_gattc_act.c:249
bta_gattc_register()
param
.
reg
.
app_id
=
reg_oper
->
app_uuid
.
uu
.
uuid16
;
btc_gattc.c:812
btc_gattc_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_REG::app_uuid
is read by 3 functions:
All items filtered out
tBTA_GATTC_REG::app_uuid
btc_gattc_cb_handler()
bta_gattc_register()
bt_mesh_bta_gattc_cb()
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