ESP-IDF
roaming_app_rssi_low_handler()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
roaming_app_rssi_low_handler()
roaming_app_rssi_low_handler() function
Syntax
Show:
Summary
Declaration
from
roaming_app.c:363
static
void
roaming_app_rssi_low_handler
(
void
*
arg
,
esp_event_base_t
event_base
,
int32_t
event_id
,
void
*
event_data
)
;
Arguments
Argument
arg
event_base
event_id
event_data
Examples
References
from
examples
Code
Location
Referrer
static
void
roaming_app_rssi_low_handler
(
void
*
arg
,
esp_event_base_t
event_base
,
int32_t
event_id
,
void
*
event_data
)
roaming_app.c:363
&
roaming_app_rssi_low_handler
,
NULL
)
)
;
roaming_app.c:800
init_roaming_app()
&
roaming_app_rssi_low_handler
)
)
;
roaming_app.c:827
deinit_roaming_app()
Call Tree
from
examples
roaming_app_rssi_low_handler()
calls 5 functions:
All items filtered out
roaming_app_rssi_low_handler()
esp_log_timestamp()
esp_log_write()
esp_wifi_set_rssi_threshold()
roaming_app_get_ap_info()
determine_best_ap()
All items filtered out
Data Use
from
examples
roaming_app_rssi_low_handler()
reads 9 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
wifi_event_bss_rssi_low_t::rssi
roaming_app::current_low_rssi_threshold
g_roaming_app
ROAMING_TAG
All items filtered out
roaming_app_rssi_low_handler()
roaming_app::current_low_rssi_threshold
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