manual_networking sample
mesh_layer
is only used within manual_networking sample.
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
manual_networking sample
mesh_layer
mesh_layer variable
Syntax
Show:
Summary
Declaration
from
mesh_main.c:33
static
int
mesh_layer
=
-
1
;
Examples
References
from
examples
Code
Location
Referrer
static
int
mesh_layer
=
-
1
;
mesh_main.c:33
mesh_layer
=
esp_mesh_get_layer
(
)
;
mesh_main.c:154
mesh_event_handler()
mesh_layer
=
esp_mesh_get_layer
(
)
;
mesh_main.c:165
mesh_event_handler()
mesh_layer
=
connected
->
self_layer
;
mesh_main.c:206
mesh_event_handler()
last_layer
,
mesh_layer
,
MAC2STR
(
mesh_parent_addr
.
addr
)
,
mesh_main.c:210
mesh_event_handler()
(
mesh_layer
==
2
)
?
"<layer2>"
:
""
,
MAC2STR
(
id
.
addr
)
)
;
mesh_main.c:212
mesh_event_handler()
last_layer
=
mesh_layer
;
mesh_main.c:213
mesh_event_handler()
mesh_connected_indicator
(
mesh_layer
)
;
mesh_main.c:214
mesh_event_handler()
mesh_layer
=
esp_mesh_get_layer
(
)
;
mesh_main.c:227
mesh_event_handler()
mesh_layer
=
layer_change
->
new_layer
;
mesh_main.c:238
mesh_event_handler()
last_layer
,
mesh_layer
,
mesh_main.c:240
mesh_event_handler()
(
mesh_layer
==
2
)
?
"<layer2>"
:
""
)
;
mesh_main.c:242
mesh_event_handler()
last_layer
=
mesh_layer
;
mesh_main.c:243
mesh_event_handler()
mesh_connected_indicator
(
mesh_layer
)
;
mesh_main.c:244
mesh_event_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mesh_layer
is written by 1 function and is read by 1 function:
mesh_event_handler()
All items filtered out
mesh_layer
mesh_event_handler()
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