ESP-IDF
ESP_NAN_PUBLISH
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
ESP_NAN_PUBLISH
ESP_NAN_PUBLISH macro
Syntax
Show:
Summary
Declaration
from
esp_nan.h:29
#define
ESP_NAN_PUBLISH
2
Examples
References
from
examples
Code
Location
#define
ESP_NAN_PUBLISH
2
esp_nan.h:29
p_peer_svc
->
type
=
(
p_own_svc
->
type
==
ESP_NAN_SUBSCRIBE
)
?
ESP_NAN_PUBLISH
:
ESP_NAN_SUBSCRIBE
;
nan_app.c:208
if
(
type
==
ESP_NAN_PUBLISH
)
{
nan_app.c:305
nan_record_own_svc
(
pub_id
,
ESP_NAN_PUBLISH
,
publish_cfg
->
service_name
,
ndp_resp_needed
)
;
nan_app.c:850
if
(
p_own_svc
->
type
==
ESP_NAN_PUBLISH
)
{
nan_app.c:936
if
(
p_peer_svc
->
type
!=
ESP_NAN_PUBLISH
)
{
nan_app.c:975
if
(
p_ndl
->
own_role
==
ESP_NAN_PUBLISH
)
{
nan_app.c:1140
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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