ESP-IDF
nan_find_own_svc_by_name()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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_find_own_svc_by_name()
nan_find_own_svc_by_name() function
Syntax
Show:
Summary
Declaration
from
nan_app.c:126
static
struct
own_svc_info
*
nan_find_own_svc_by_name
(
const
char
*
svc_name
)
;
Arguments
Argument
svc_name
Examples
References
from
examples
Code
Location
Referrer
static
struct
own_svc_info
*
nan_find_own_svc_by_name
(
const
char
*
svc_name
)
nan_app.c:126
if
(
nan_find_own_svc_by_name
(
publish_cfg
->
service_name
)
)
{
nan_app.c:839
esp_wifi_nan_publish_service()
if
(
nan_find_own_svc_by_name
(
subscribe_cfg
->
service_name
)
)
{
nan_app.c:873
esp_wifi_nan_subscribe_service()
own_svc
=
nan_find_own_svc_by_name
(
svc_name
)
;
nan_app.c:1086
esp_wifi_nan_get_own_svc_info()
struct
own_svc_info
*
own_svc
=
nan_find_own_svc_by_name
(
svc_name
)
;
nan_app.c:1188
esp_wifi_nan_get_peer_info()
Call Tree
from
examples
nan_find_own_svc_by_name()
is called by 4 functions and calls 2 functions:
esp_wifi_nan_publish_service()
esp_wifi_nan_subscribe_service()
esp_wifi_nan_get_own_svc_info()
esp_wifi_nan_get_peer_info()
All items filtered out
nan_find_own_svc_by_name()
esp_log_timestamp()
esp_log_write()
All items filtered out
Data Use
from
examples
nan_find_own_svc_by_name()
reads 10 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
TAG
own_svc_info::svc_name
own_svc_info::svc_id
nan_ctx_t::own_svc
s_nan_ctx
All items filtered out
nan_find_own_svc_by_name()
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