ESP-IDF
+
0
/1 examples
SourceVu will show references to
ESP_WIFI_MAX_SVC_NAME_LEN
from the following samples and libraries:
nan_console sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ESP_WIFI_MAX_SVC_NAME_LEN
ESP_WIFI_MAX_SVC_NAME_LEN macro
Maximum length of NAN service name
Syntax
Show:
Summary
Declaration
from
esp_wifi_types_generic.h:799
#define
ESP_WIFI_MAX_SVC_NAME_LEN
256
Examples
ESP_WIFI_MAX_SVC_NAME_LEN
is referenced by 1 libraries and example projects:
nan_console sample
References
from
0/1
examples
Code
Location
#define
ESP_WIFI_MAX_SVC_NAME_LEN
256
/**< Maximum length of NAN service name */
esp_wifi_types_generic.h:799
char
service_name
[
ESP_WIFI_MAX_SVC_NAME_LEN
]
;
/**< Service name identifier */
esp_wifi_types_generic.h:820
char
service_name
[
ESP_WIFI_MAX_SVC_NAME_LEN
]
;
/**< Service name identifier */
esp_wifi_types_generic.h:834
char
svc_name
[
ESP_WIFI_MAX_SVC_NAME_LEN
]
;
/**< Name identifying a service */
nan_app.c:59
strlcpy
(
p_svc
->
svc_name
,
svc_name
,
ESP_WIFI_MAX_SVC_NAME_LEN
)
;
nan_app.c:303
strlcpy
(
svc_name
,
own_svc
->
svc_name
,
ESP_WIFI_MAX_SVC_NAME_LEN
)
;
nan_app.c:1098
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out