ESP-IDF
peer_svc_info::type
is only used within ESP-IDF.
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
peer_svc_info::type
peer_svc_info::type field
Service type (Publish/Subscribe)
Syntax
Show:
Summary
Declaration
from
nan_app.c:54
uint8_t
type
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
type
;
/**< Service type (Publish/Subscribe) */
nan_app.c:54
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()
if
(
p_peer_svc
->
type
!=
ESP_NAN_PUBLISH
)
{
nan_app.c:975
esp_wifi_nan_datapath_req()
peer_record
[
peer_num
]
.
peer_svc_type
=
temp
->
type
;
nan_app.c:1136
esp_wifi_nan_get_peer_records()
peer_info
->
peer_svc_type
=
peer_svc
->
type
;
nan_app.c:1202
esp_wifi_nan_get_peer_info()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
peer_svc_info::type
is written by 1 function and is read by 3 functions:
nan_record_peer_svc()
All items filtered out
peer_svc_info::type
esp_wifi_nan_datapath_req()
esp_wifi_nan_get_peer_records()
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