ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_wifi_nan_datapath_end()
from the following samples and libraries:
nan_console sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_wifi_nan_datapath_end()
esp_wifi_nan_datapath_end() function
Terminate a NAN Datapath
Syntax
Show:
Summary
Declaration
Definition
from
esp_nan.h:151
esp_err_t
esp_wifi_nan_datapath_end
(
wifi_nan_datapath_end_req_t
*
req
)
;
Implemented in
nan_app.c:1045
Arguments
Argument
Description
req
NAN Datapath end request parameters.
Return value
- ESP_OK: succeed - others: failed
Related Functions
Found 1 other functions taking a
wifi_nan_datapath_end_req_t
argument:
Function
Description
esp_nan_internal_datapath_end()
End NAN Datapath that is active @attention This API should be called after receiving WIFI_EVENT_NDP_CONFIRM event.
Examples
esp_wifi_nan_datapath_end()
is referenced by 1 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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