ESP-IDF
NDP_REJECTED
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_REJECTED
NDP_REJECTED macro
Syntax
Show:
Summary
Declaration
from
nan_app.c:28
#define
NDP_REJECTED
BIT5
Examples
References
from
examples
Code
Location
#define
NDP_REJECTED
BIT5
nan_app.c:28
os_event_group_set_bits
(
nan_event_group
,
NDP_REJECTED
)
;
nan_app.c:544
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
}
else
if
(
bits
&
NDP_REJECTED
)
{
nan_app.c:1002
os_event_group_clear_bits
(
nan_event_group
,
NDP_REJECTED
)
;
nan_app.c:1003
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