ESP-IDF
NODE_ID_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
NODE_ID_TIMEOUT
NODE_ID_TIMEOUT macro
Syntax
Show:
Summary
Declaration
from
proxy_srv.c:398
#define
NODE_ID_TIMEOUT
(
CONFIG_BT_MESH_NODE_ID_TIMEOUT
*
MSEC_PER_SEC
)
Examples
References
from
examples
Code
Location
#define
NODE_ID_TIMEOUT
K_SECONDS
(
CONFIG_BLE_MESH_NODE_ID_TIMEOUT
)
proxy_server.c:1388
#define
NODE_ID_TIMEOUT
(
CONFIG_BT_MESH_NODE_ID_TIMEOUT
*
MSEC_PER_SEC
)
proxy_srv.c:398
if
(
active
<
NODE_ID_TIMEOUT
)
{
proxy_server.c:1691
remaining
=
NODE_ID_TIMEOUT
-
active
;
proxy_server.c:1692
max_timeout
=
NODE_ID_TIMEOUT
/
MAX
(
subnet_count
,
6
)
;
proxy_server.c:1741
max_timeout
=
NODE_ID_TIMEOUT
/
MAX
(
subnet_count
,
6
)
;
proxy_srv.c:592
if
(
active
<
NODE_ID_TIMEOUT
)
{
proxy_srv.c:603
remaining
=
NODE_ID_TIMEOUT
-
active
;
proxy_srv.c:604
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