ESP-IDF
own_svc_info::svc_id
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
own_svc_info::svc_id
own_svc_info::svc_id field
Identifier for a service
Syntax
Show:
Summary
Declaration
from
nan_app.c:60
uint8_t
svc_id
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
svc_id
;
/**< Identifier for a service */
nan_app.c:60
if
(
s_nan_ctx
.
own_svc
[
i
]
.
svc_id
==
svc_id
)
{
nan_app.c:117
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()
if
(
reset_all
||
(
svc_id
&&
p_own_svc
->
svc_id
==
svc_id
)
)
{
nan_app.c:249
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
->
svc_id
=
id
;
nan_app.c:301
nan_record_own_svc()
*
own_svc_id
=
own_svc
->
svc_id
;
nan_app.c:1091
esp_wifi_nan_get_own_svc_info()
own_svc_id
=
own_svc
->
svc_id
;
nan_app.c:1194
esp_wifi_nan_get_peer_info()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
own_svc_info::svc_id
is written by 1 function and is read by 7 functions:
nan_record_own_svc()
All items filtered out
own_svc_info::svc_id
nan_find_own_svc()
nan_find_own_svc_by_name()
nan_reset_service()
nan_services_limit_reached()
nan_record_own_svc()
esp_wifi_nan_get_own_svc_info()
esp_wifi_nan_get_peer_info()
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