ESP-IDF
+
0
/2 examples
SourceVu will show references to
wifi_nan_subscribe_cfg_t::service_name
from the following samples and libraries:
nan_console sample
nan_subscriber sample
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
wifi_nan_subscribe_cfg_t::service_name
wifi_nan_subscribe_cfg_t::service_name field
Service name identifier
Syntax
Show:
Summary
Declaration
from
esp_wifi_types_generic.h:834
char
service_name
[
ESP_WIFI_MAX_SVC_NAME_LEN
]
;
Examples
wifi_nan_subscribe_cfg_t::service_name
is referenced by 2 libraries and example projects:
nan_console sample
nan_subscriber sample
References
from
0/2
examples
Code
Location
Referrer
char
service_name
[
ESP_WIFI_MAX_SVC_NAME_LEN
]
;
/**< Service name identifier */
esp_wifi_types_generic.h:834
if
(
nan_find_own_svc_by_name
(
subscribe_cfg
->
service_name
)
)
{
nan_app.c:873
esp_wifi_nan_subscribe_service()
ESP_LOGE
(
TAG
,
"Failed to subscribe to service '%s'"
,
subscribe_cfg
->
service_name
)
;
nan_app.c:879
esp_wifi_nan_subscribe_service()
ESP_LOGI
(
TAG
,
"Started Subscribing to %s [Service ID - %u]"
,
subscribe_cfg
->
service_name
,
sub_id
)
;
nan_app.c:883
esp_wifi_nan_subscribe_service()
nan_record_own_svc
(
sub_id
,
ESP_NAN_SUBSCRIBE
,
subscribe_cfg
->
service_name
,
false
)
;
nan_app.c:884
esp_wifi_nan_subscribe_service()
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
wifi_nan_subscribe_cfg_t::service_name
is read by 1 function:
All items filtered out
wifi_nan_subscribe_cfg_t::service_name
esp_wifi_nan_subscribe_service()
All items filtered out
Class Tree
from
0/2
examples
All items filtered out
All items filtered out
Override Tree
from
0/2
examples
All items filtered out
All items filtered out
Implementations
from
0/2
examples
All items filtered out
All items filtered out
Instances
from
0/2
examples
Lifecycle
from
0/2
examples
All items filtered out
All items filtered out