ESP-IDF
NDP_ACCEPTED
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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_ACCEPTED
NDP_ACCEPTED macro
Syntax
Show:
Summary
Declaration
from
nan_app.c:26
#define
NDP_ACCEPTED
BIT3
Examples
References
from
examples
Code
Location
#define
NDP_ACCEPTED
BIT3
nan_app.c:26
os_event_group_set_bits
(
nan_event_group
,
NDP_ACCEPTED
)
;
nan_app.c:564
EventBits_t
bits
=
os_event_group_wait_bits
(
nan_event_group
,
NDP_ACCEPTED
|
NDP_REJECTED
,
pdFALSE
,
pdFALSE
,
pdMS_TO_TICKS
(
NAN_NDP_RESP_TIMEOUT
)
)
;
nan_app.c:998
if
(
bits
&
NDP_ACCEPTED
)
{
nan_app.c:999
os_event_group_clear_bits
(
nan_event_group
,
NDP_ACCEPTED
)
;
nan_app.c:1000
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