ESP-IDF
nan_set_app_default_handlers()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
nan_set_app_default_handlers()
nan_set_app_default_handlers() function
Syntax
Show:
Summary
Declaration
from
nan_app.c:631
static
esp_err_t
nan_set_app_default_handlers
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
nan_set_app_default_handlers
(
void
)
nan_app.c:631
if
(
nan_set_app_default_handlers
(
)
!=
ESP_OK
)
{
nan_app.c:698
esp_nan_action_start()
Call Tree
from
examples
nan_set_app_default_handlers()
is called by 1 function and calls 4 functions:
esp_nan_action_start()
All items filtered out
nan_set_app_default_handlers()
esp_log_timestamp()
esp_log_write()
esp_event_handler_register()
nan_clear_app_default_handlers()
All items filtered out
Data Use
from
examples
nan_set_app_default_handlers()
reads 23 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_t::WIFI_EVENT_NAN_SVC_MATCH
wifi_event_t::WIFI_EVENT_NAN_REPLIED
wifi_event_t::WIFI_EVENT_NAN_RECEIVE
wifi_event_t::WIFI_EVENT_NDP_INDICATION
wifi_event_t::WIFI_EVENT_NDP_CONFIRM
wifi_event_t::WIFI_EVENT_NDP_TERMINATED
ip_event_t::IP_EVENT_GOT_IP6
WIFI_EVENT
IP_EVENT
nan_app_action_ndp_terminated()
TAG
s_app_default_handlers_set
nan_app_action_got_ipv6()
nan_app_action_service_match()
nan_app_action_replied()
nan_app_action_receive()
nan_app_action_ndp_indication()
nan_app_action_ndp_confirm()
All items filtered out
nan_set_app_default_handlers()
s_app_default_handlers_set
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