ESP-IDF
roaming_app::periodic_scan_active
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
roaming_app::periodic_scan_active
roaming_app::periodic_scan_active field
Syntax
Show:
Summary
Declaration
from
esp_roaming.h:113
bool
periodic_scan_active
;
Examples
References
from
examples
Code
Location
Referrer
bool
periodic_scan_active
;
esp_roaming.h:113
g_roaming_app
.
periodic_scan_active
=
true
;
roaming_app.c:139
init_periodic_scan_roam_event()
g_roaming_app
.
periodic_scan_active
=
false
;
roaming_app.c:155
roaming_app_disconnected_event_handler()
if
(
g_roaming_app
.
periodic_scan_active
)
{
roaming_app.c:682
roaming_app_periodic_scan_internal_handler()
g_roaming_app
.
periodic_scan_active
=
false
;
roaming_app.c:841
deinit_roaming_app()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
roaming_app::periodic_scan_active
is written by 3 functions and is read by 1 function:
init_periodic_scan_roam_event()
roaming_app_disconnected_event_handler()
deinit_roaming_app()
All items filtered out
roaming_app::periodic_scan_active
roaming_app_periodic_scan_internal_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