internal_communication sample
is_mesh_connected
is only used within internal_communication sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
internal_communication sample
is_mesh_connected
is_mesh_connected variable
Syntax
Show:
Summary
Declaration
from
mesh_main.c:38
static
bool
is_mesh_connected
=
false
;
Examples
References
from
examples
Code
Location
Referrer
static
bool
is_mesh_connected
=
false
;
mesh_main.c:38
is_mesh_connected
?
"NODE"
:
"DISCONNECT"
)
;
mesh_main.c:83
esp_mesh_p2p_tx_main()
is_mesh_connected
=
false
;
mesh_main.c:190
mesh_event_handler()
is_mesh_connected
=
false
;
mesh_main.c:196
mesh_event_handler()
is_mesh_connected
=
true
;
mesh_main.c:247
mesh_event_handler()
is_mesh_connected
=
false
;
mesh_main.c:260
mesh_event_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
is_mesh_connected
is written by 1 function and is read by 1 function:
mesh_event_handler()
All items filtered out
is_mesh_connected
esp_mesh_p2p_tx_main()
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