ESP-IDF
nan_ctx_t::own_svc
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
nan_ctx_t::own_svc
nan_ctx_t::own_svc field
Record of own service(s)
Syntax
Show:
Summary
Declaration
from
nan_app.c:79
struct
own_svc_info
own_svc
[
ESP_WIFI_NAN_MAX_SVC_SUPPORTED
]
;
Examples
References
from
examples
Code
Location
Referrer
struct
own_svc_info
own_svc
[
ESP_WIFI_NAN_MAX_SVC_SUPPORTED
]
;
/**< Record of own service(s) */
nan_app.c:79
if
(
s_nan_ctx
.
own_svc
[
i
]
.
svc_id
==
svc_id
)
{
nan_app.c:117
nan_find_own_svc()
p_svc
=
&
s_nan_ctx
.
own_svc
[
i
]
;
nan_app.c:118
nan_find_own_svc()
if
(
s_nan_ctx
.
own_svc
[
i
]
.
svc_id
&&
!
strcmp
(
s_nan_ctx
.
own_svc
[
i
]
.
svc_name
,
svc_name
)
)
{
nan_app.c:136
nan_find_own_svc_by_name()
p_svc
=
&
s_nan_ctx
.
own_svc
[
i
]
;
nan_app.c:137
nan_find_own_svc_by_name()
p_own_svc
=
&
s_nan_ctx
.
own_svc
[
idx
++
]
;
nan_app.c:164
nan_find_peer_svc()
p_own_svc
=
&
s_nan_ctx
.
own_svc
[
idx
++
]
;
nan_app.c:248
nan_reset_service()
if
(
s_nan_ctx
.
own_svc
[
i
]
.
svc_id
==
0
)
{
nan_app.c:279
nan_services_limit_reached()
if
(
s_nan_ctx
.
own_svc
[
i
]
.
svc_id
==
0
)
{
nan_app.c:291
nan_record_own_svc()
p_svc
=
&
s_nan_ctx
.
own_svc
[
i
]
;
nan_app.c:292
nan_record_own_svc()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
nan_ctx_t::own_svc
is read by 6 functions:
All items filtered out
nan_ctx_t::own_svc
nan_find_own_svc()
nan_find_own_svc_by_name()
nan_find_peer_svc()
nan_reset_service()
nan_services_limit_reached()
nan_record_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