ESP-IDF
ESP_NAN_SUBSCRIBE
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_SUBSCRIBE
ESP_NAN_SUBSCRIBE macro
Syntax
Show:
Summary
Declaration
from
esp_nan.h:30
#define
ESP_NAN_SUBSCRIBE
1
Examples
References
from
examples
Code
Location
#define
ESP_NAN_SUBSCRIBE
1
esp_nan.h:30
p_peer_svc
->
type
=
(
p_own_svc
->
type
==
ESP_NAN_SUBSCRIBE
)
?
ESP_NAN_PUBLISH
:
ESP_NAN_SUBSCRIBE
;
nan_app.c:208
nan_record_own_svc
(
sub_id
,
ESP_NAN_SUBSCRIBE
,
subscribe_cfg
->
service_name
,
false
)
;
nan_app.c:884
if
(
p_own_svc
->
type
==
ESP_NAN_SUBSCRIBE
)
{
nan_app.c:944
}
else
if
(
p_ndl
->
own_role
==
ESP_NAN_SUBSCRIBE
)
{
nan_app.c:1145
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