ESP-IDF
roaming_app::force_roam_ongoing
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
roaming_app::force_roam_ongoing
roaming_app::force_roam_ongoing field
Syntax
Show:
Summary
Declaration
from
esp_roaming.h:106
bool
force_roam_ongoing
;
Examples
References
from
examples
Code
Location
Referrer
bool
force_roam_ongoing
;
esp_roaming.h:106
if
(
g_roaming_app
.
force_roam_ongoing
)
{
roaming_app.c:111
initialize_roaming_event()
if
(
g_roaming_app
.
force_roam_ongoing
)
{
roaming_app.c:171
roaming_app_disconnected_event_handler()
g_roaming_app
.
force_roam_ongoing
=
true
;
roaming_app.c:221
roaming_app_connected_event_handler()
g_roaming_app
.
force_roam_ongoing
=
true
;
roaming_app.c:409
trigger_legacy_roam()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
roaming_app::force_roam_ongoing
is written by 2 functions and is read by 2 functions:
roaming_app_connected_event_handler()
trigger_legacy_roam()
All items filtered out
roaming_app::force_roam_ongoing
initialize_roaming_event()
roaming_app_disconnected_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