ESP-IDF
+
0
/1 examples
SourceVu will show references to
WIFI_EVENT_NAN_SVC_MATCH
from the following samples and libraries:
nan_subscriber sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
WIFI_EVENT_NAN_SVC_MATCH
WIFI_EVENT_NAN_SVC_MATCH value
NAN Service Discovery match found
Syntax
Show:
Summary
Declaration
from
esp_wifi_types_generic.h:1013
WIFI_EVENT_NAN_SVC_MATCH
;
Examples
WIFI_EVENT_NAN_SVC_MATCH
is referenced by 1 libraries and example projects:
nan_subscriber sample
References
from
0/1
examples
Code
Location
Referrer
WIFI_EVENT_NAN_SVC_MATCH
,
/**< NAN Service Discovery match found */
esp_wifi_types_generic.h:1013
case
WIFI_EVENT_NAN_SVC_MATCH
:
{
nan_app.c:422
nan_fill_params_from_event()
nan_fill_params_from_event
(
evt
,
WIFI_EVENT_NAN_SVC_MATCH
)
;
nan_app.c:450
nan_app_action_service_match()
esp_event_handler_unregister
(
WIFI_EVENT
,
WIFI_EVENT_NAN_SVC_MATCH
,
nan_app_action_service_match
)
;
nan_app.c:619
nan_clear_app_default_handlers()
ESP_GOTO_ON_ERROR
(
esp_event_handler_register
(
WIFI_EVENT
,
WIFI_EVENT_NAN_SVC_MATCH
,
nan_app.c:639
nan_set_app_default_handlers()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
WIFI_EVENT_NAN_SVC_MATCH
is read by 4 functions:
All items filtered out
WIFI_EVENT_NAN_SVC_MATCH
nan_fill_params_from_event()
nan_app_action_service_match()
nan_clear_app_default_handlers()
nan_set_app_default_handlers()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out