ESP-IDF
ndl_info::own_role
is only used within ESP-IDF.
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
ndl_info::own_role
ndl_info::own_role field
Own role (Publisher/Subscriber)
Syntax
Show:
Summary
Declaration
from
nan_app.c:72
uint8_t
own_role
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
own_role
;
/**< Own role (Publisher/Subscriber) */
nan_app.c:72
ndl
->
own_role
=
own_role
;
nan_app.c:338
nan_record_new_ndl()
if
(
p_ndl
->
own_role
==
ESP_NAN_PUBLISH
)
{
nan_app.c:1140
esp_wifi_nan_get_peer_records()
}
else
if
(
p_ndl
->
own_role
==
ESP_NAN_SUBSCRIBE
)
{
nan_app.c:1145
esp_wifi_nan_get_peer_records()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ndl_info::own_role
is written by 1 function and is read by 1 function:
nan_record_new_ndl()
All items filtered out
ndl_info::own_role
esp_wifi_nan_get_peer_records()
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