ESP-IDF
NAN_NDP_RESP_TIMEOUT
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
NAN_NDP_RESP_TIMEOUT
NAN_NDP_RESP_TIMEOUT macro
Syntax
Show:
Summary
Declaration
from
nan_app.c:36
#define
NAN_NDP_RESP_TIMEOUT
NAN_NDP_RESP_TIMEOUT_DW
*
NAN_DW_INTVL_MS
Examples
References
from
examples
Code
Location
#define
NAN_NDP_RESP_TIMEOUT
NAN_NDP_RESP_TIMEOUT_DW
*
NAN_DW_INTVL_MS
nan_app.c:36
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
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