ESP-IDF
NDP_INDICATION
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
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
NDP_INDICATION
NDP_INDICATION macro
Syntax
Show:
Summary
Declaration
from
nan_app.c:25
#define
NDP_INDICATION
BIT2
Examples
References
from
examples
Code
Location
#define
NDP_INDICATION
BIT2
nan_app.c:25
s_nan_ctx
.
event
|=
NDP_INDICATION
;
nan_app.c:507
s_nan_ctx
.
event
&=
~
(
NDP_INDICATION
)
;
nan_app.c:586
if
(
!
(
s_nan_ctx
.
event
&
NDP_INDICATION
)
)
{
//INDICATION of specific peer
nan_app.c:1025
s_nan_ctx
.
event
&=
~
NDP_INDICATION
;
nan_app.c:1035
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