ESP-IDF
SEG_RETRANSMIT_TIMEOUT
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
SEG_RETRANSMIT_TIMEOUT
SEG_RETRANSMIT_TIMEOUT macro
Syntax
Show:
Summary
Declaration
from
transport.c:72
#define
SEG_RETRANSMIT_TIMEOUT
(
tx
)
\
(
BLE_MESH_ADDR_IS_UNICAST
(
(
tx
)
->
dst
)
?
\
SEG_RETRANSMIT_TIMEOUT_UNICAST
(
tx
)
:
\
SEG_RETRANSMIT_TIMEOUT_GROUP
)
Arguments
Argument
tx
Examples
References
from
examples
Code
Location
#define
SEG_RETRANSMIT_TIMEOUT
(
tx
)
\
transport.c:72
#define
SEG_RETRANSMIT_TIMEOUT
(
tx
)
\
transport.c:66
k_delayed_work_submit
(
&
tx
->
rtx_timer
,
SEG_RETRANSMIT_TIMEOUT
(
tx
)
)
;
transport.c:393
K_MSEC
(
SEG_RETRANSMIT_TIMEOUT
(
tx
)
)
)
;
transport.c:330
K_MSEC
(
SEG_RETRANSMIT_TIMEOUT
(
tx
)
)
)
;
transport.c:452
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