ESP-IDF
own_svc_info::type
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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::type
own_svc_info::type field
Service type (Publish/Subscribe)
Syntax
Show:
Summary
Declaration
from
nan_app.c:61
uint8_t
type
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
type
;
/**< Service type (Publish/Subscribe) */
nan_app.c:61
p_peer_svc
->
type
=
(
p_own_svc
->
type
==
ESP_NAN_SUBSCRIBE
)
?
ESP_NAN_PUBLISH
:
ESP_NAN_SUBSCRIBE
;
nan_app.c:208
nan_record_peer_svc()
p_svc
->
type
=
type
;
nan_app.c:302
nan_record_own_svc()
if
(
p_own_svc
->
type
==
ESP_NAN_PUBLISH
)
{
nan_app.c:936
esp_wifi_nan_cancel_service()
if
(
p_own_svc
->
type
==
ESP_NAN_SUBSCRIBE
)
{
nan_app.c:944
esp_wifi_nan_cancel_service()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
own_svc_info::type
is written by 1 function and is read by 2 functions:
nan_record_own_svc()
All items filtered out
own_svc_info::type
nan_record_peer_svc()
esp_wifi_nan_cancel_service()
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