ESP-IDF
own_svc_info::svc_name
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_name
own_svc_info::svc_name field
Name identifying a service
Syntax
Show:
Summary
Declaration
from
nan_app.c:59
char
svc_name
[
ESP_WIFI_MAX_SVC_NAME_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
char
svc_name
[
ESP_WIFI_MAX_SVC_NAME_LEN
]
;
/**< Name identifying a service */
nan_app.c:59
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()
strlcpy
(
p_svc
->
svc_name
,
svc_name
,
ESP_WIFI_MAX_SVC_NAME_LEN
)
;
nan_app.c:303
nan_record_own_svc()
strlcpy
(
svc_name
,
own_svc
->
svc_name
,
ESP_WIFI_MAX_SVC_NAME_LEN
)
;
nan_app.c:1098
esp_wifi_nan_get_own_svc_info()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
own_svc_info::svc_name
is read by 3 functions:
All items filtered out
own_svc_info::svc_name
nan_find_own_svc_by_name()
nan_record_own_svc()
esp_wifi_nan_get_own_svc_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