ESP-IDF
+
0
/3 examples
SourceVu will show references to
esp_wifi_nan_send_message()
from the following samples and libraries:
nan_console sample
nan_publisher sample
nan_subscriber 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_send_message()
esp_wifi_nan_send_message() function
Send a follow-up message to the NAN Peer with matched service @attention This API should be called after a NAN service is discovered due to a match.
Syntax
Show:
Summary
Declaration
Definition
from
esp_nan.h:102
esp_err_t
esp_wifi_nan_send_message
(
wifi_nan_followup_params_t
*
fup_params
)
;
Implemented in
nan_app.c:893
Arguments
Argument
Description
fup_params
Configuration parameters for sending a Follow-up message.
Return value
- ESP_OK: succeed - others: failed
Related Functions
Found 1 other functions taking a
wifi_nan_followup_params_t
argument:
Function
Description
esp_nan_internal_send_followup()
Send Follow-up to the Publisher with matching service @attention This API should be called after WIFI_EVENT_NAN_SVC_MATCH event is received.
Examples
esp_wifi_nan_send_message()
is referenced by 3 libraries and example projects:
nan_console sample
nan_publisher sample
nan_subscriber sample
References
from
0/3
examples
Code
Location
esp_err_t
esp_wifi_nan_send_message
(
wifi_nan_followup_params_t
*
fup_params
)
nan_app.c:893
esp_err_t
esp_wifi_nan_send_message
(
wifi_nan_followup_params_t
*
fup_params
)
;
esp_nan.h:102
Call Tree
from
0/3
examples
esp_wifi_nan_send_message()
calls 6 functions:
All items filtered out
esp_wifi_nan_send_message()
esp_log_timestamp()
esp_log_write()
esp_nan_internal_send_followup()
wifi_osi_funcs_t::_mutex_lock
wifi_osi_funcs_t::_mutex_unlock
nan_find_peer_svc()
All items filtered out
Data Use
from
0/3
examples
esp_wifi_nan_send_message()
reads 16 variables and writes 2 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
wifi_nan_followup_params_t::inst_id
wifi_nan_followup_params_t::peer_inst_id
wifi_nan_followup_params_t::peer_mac
wifi_nan_followup_params_t::svc_info
wifi_funcs
TAG
null_mac
s_nan_data_lock
peer_svc_info::svc_id
peer_svc_info::own_svc_id
peer_svc_info::peer_nmi
All items filtered out
esp_wifi_nan_send_message()
wifi_nan_followup_params_t::inst_id
wifi_nan_followup_params_t::peer_inst_id
All items filtered out
Class Tree
from
0/3
examples
All items filtered out
All items filtered out
Override Tree
from
0/3
examples
All items filtered out
All items filtered out
Implementations
from
0/3
examples
All items filtered out
All items filtered out
Instances
from
0/3
examples
Lifecycle
from
0/3
examples
All items filtered out
All items filtered out