ESP-IDF
nan_find_own_svc()
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_find_own_svc()
nan_find_own_svc() function
Syntax
Show:
Summary
Declaration
from
nan_app.c:107
static
struct
own_svc_info
*
nan_find_own_svc
(
uint8_t
svc_id
)
;
Arguments
Argument
svc_id
Examples
References
from
examples
Code
Location
Referrer
static
struct
own_svc_info
*
nan_find_own_svc
(
uint8_t
svc_id
)
nan_app.c:107
p_own_svc
=
nan_find_own_svc
(
own_svc_id
)
;
nan_app.c:158
nan_find_peer_svc()
p_own_svc
=
nan_find_own_svc
(
own_svc_id
)
;
nan_app.c:196
nan_record_peer_svc()
struct
own_svc_info
*
p_own_svc
=
nan_find_own_svc
(
evt
->
publish_id
)
;
nan_app.c:492
nan_app_action_ndp_indication()
struct
own_svc_info
*
p_own_svc
=
nan_find_own_svc
(
service_id
)
;
nan_app.c:929
esp_wifi_nan_cancel_service()
own_svc
=
nan_find_own_svc
(
*
own_svc_id
)
;
nan_app.c:1093
esp_wifi_nan_get_own_svc_info()
own_record
=
nan_find_own_svc
(
own_svc_id
)
;
nan_app.c:1130
esp_wifi_nan_get_peer_records()
Call Tree
from
examples
nan_find_own_svc()
is called by 6 functions and calls 2 functions:
nan_find_peer_svc()
nan_record_peer_svc()
nan_app_action_ndp_indication()
esp_wifi_nan_cancel_service()
esp_wifi_nan_get_own_svc_info()
esp_wifi_nan_get_peer_records()
All items filtered out
nan_find_own_svc()
esp_log_timestamp()
esp_log_write()
All items filtered out
Data Use
from
examples
nan_find_own_svc()
reads 9 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_id
nan_ctx_t::own_svc
s_nan_ctx
All items filtered out
nan_find_own_svc()
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