ESP-IDF
nan_reset_ndl()
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
nan_reset_ndl()
nan_reset_ndl() function
Syntax
Show:
Summary
Declaration
from
nan_app.c:259
static
void
nan_reset_ndl
(
uint8_t
ndp_id
,
bool
reset_all
)
;
Arguments
Argument
ndp_id
reset_all
Examples
References
from
examples
Code
Location
Referrer
static
void
nan_reset_ndl
(
uint8_t
ndp_id
,
bool
reset_all
)
nan_app.c:259
nan_reset_ndl
(
evt
->
ndp_id
,
false
)
;
nan_app.c:543
nan_app_action_ndp_confirm()
nan_reset_ndl
(
evt
->
ndp_id
,
false
)
;
nan_app.c:584
nan_app_action_ndp_terminated()
nan_reset_ndl
(
0
,
true
)
;
nan_app.c:718
esp_nan_action_stop()
nan_reset_ndl
(
0
,
true
)
;
nan_app.c:800
esp_wifi_nan_stop()
nan_reset_ndl
(
ndp_id
,
false
)
;
nan_app.c:1007
esp_wifi_nan_datapath_req()
Call Tree
from
examples
nan_reset_ndl()
is called by 5 functions:
nan_app_action_ndp_confirm()
nan_app_action_ndp_terminated()
esp_nan_action_stop()
esp_wifi_nan_stop()
esp_wifi_nan_datapath_req()
All items filtered out
nan_reset_ndl()
All items filtered out
Data Use
from
examples
nan_reset_ndl()
reads 3 variables:
ndl_info::ndp_id
nan_ctx_t::ndl
s_nan_ctx
All items filtered out
nan_reset_ndl()
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