ESP-IDF
get_btm_neighbor_list()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
get_btm_neighbor_list()
get_btm_neighbor_list() function
Syntax
Show:
Summary
Declaration
from
roaming_app.c:227
static
char
*
get_btm_neighbor_list
(
uint8_t
*
report
,
size_t
report_len
)
;
Arguments
Argument
report
report_len
Examples
References
from
examples
Code
Location
Referrer
static
char
*
get_btm_neighbor_list
(
uint8_t
*
report
,
size_t
report_len
)
roaming_app.c:227
g_roaming_app
.
btm_neighbor_list
=
get_btm_neighbor_list
(
pos
+
1
,
report_len
-
1
)
;
roaming_app.c:357
roaming_app_neighbor_report_recv_handler()
Call Tree
from
examples
get_btm_neighbor_list()
is called by 1 function and calls 5 functions:
roaming_app_neighbor_report_recv_handler()
All items filtered out
get_btm_neighbor_list()
esp_log_timestamp()
esp_log_write()
calloc()
free()
WPA_GET_LE32()
All items filtered out
Data Use
from
examples
get_btm_neighbor_list()
reads 6 variables:
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
ROAMING_TAG
All items filtered out
get_btm_neighbor_list()
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