ESP-IDF
roaming_app::btm_support
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::btm_support
roaming_app::btm_support field
Syntax
Show:
Summary
Declaration
from
esp_roaming.h:96
bool
btm_support
;
Examples
References
from
examples
Code
Location
Referrer
bool
btm_support
;
esp_roaming.h:96
g_roaming_app
.
btm_support
=
esp_wnm_is_btm_supported_connection
(
)
;
roaming_app.c:202
roaming_app_connected_event_handler()
g_roaming_app
.
btm_support
?
" "
:
"not "
)
;
roaming_app.c:205
roaming_app_connected_event_handler()
if
(
g_roaming_app
.
btm_support
)
{
roaming_app.c:423
roaming_app_trigger_roam()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
roaming_app::btm_support
is written by 1 function and is read by 2 functions:
roaming_app_connected_event_handler()
All items filtered out
roaming_app::btm_support
roaming_app_connected_event_handler()
roaming_app_trigger_roam()
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