ESP-IDF
SEG_RETRANSMIT_TIMEOUT_UNICAST
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_UNICAST
SEG_RETRANSMIT_TIMEOUT_UNICAST macro
Syntax
Show:
Summary
Declaration
from
transport.c:57
#define
SEG_RETRANSMIT_TIMEOUT_UNICAST
(
tx
)
\
(
MYNEWT_VAL
(
BLE_MESH_TX_SEG_RETRANS_TIMEOUT_UNICAST
)
+
50
*
(
tx
)
->
ttl
)
Arguments
Argument
tx
Examples
References
from
examples
Code
Location
#define
SEG_RETRANSMIT_TIMEOUT_UNICAST
(
tx
)
(
K_MSEC
(
400
)
+
50
*
(
tx
)
->
ttl
)
transport.c:65
#define
SEG_RETRANSMIT_TIMEOUT_UNICAST
(
tx
)
\
transport.c:57
SEG_RETRANSMIT_TIMEOUT_UNICAST
(
tx
)
:
\
transport.c:74
return
SEG_RETRANSMIT_TIMEOUT_UNICAST
(
&
tx
)
;
transport.c:162
SEG_RETRANSMIT_TIMEOUT_UNICAST
(
tx
)
:
\
transport.c:68
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