ESP-IDF
virtual_addr::addr
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
virtual_addr::addr
virtual_addr::addr field
Syntax
Show:
Summary
Declaration
from
transport.c:76
uint16_t
addr
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
addr
;
transport.c:76
*
addr
=
virtual_addrs
[
i
]
.
addr
;
transport.c:1727
bt_mesh_va_add()
err
=
bt_mesh_virtual_addr
(
uuid
,
&
va
->
addr
)
;
transport.c:1739
bt_mesh_va_add()
va
->
addr
=
BT_MESH_ADDR_UNASSIGNED
;
transport.c:1741
bt_mesh_va_add()
*
addr
=
va
->
addr
;
transport.c:1748
bt_mesh_va_add()
*
addr
=
va
->
addr
;
transport.c:1772
bt_mesh_va_del()
if
(
virtual_addrs
[
i
]
.
ref
&&
virtual_addrs
[
i
]
.
addr
==
addr
)
{
transport.c:1786
bt_mesh_va_label_get()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
virtual_addr::addr
is written by 1 function and is read by 3 functions:
bt_mesh_va_add()
All items filtered out
virtual_addr::addr
bt_mesh_va_add()
bt_mesh_va_del()
bt_mesh_va_label_get()
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