ESP-IDF
seg_tx::ttl
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
seg_tx::ttl
seg_tx::ttl field
Syntax
Show:
Summary
Declaration
from
transport.c:89
uint8_t
ttl
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
ttl
;
transport.c:89
uint8_t
ttl
;
/* Transmitted TTL value */
transport.c:107
.
ttl
=
ttl
,
transport.c:160
bt_mesh_get_seg_rtx_timeout()
return
SEG_RETRANSMIT_TIMEOUT_UNICAST
(
&
tx
)
;
transport.c:162
bt_mesh_get_seg_rtx_timeout()
k_delayed_work_submit
(
&
tx
->
rtx_timer
,
SEG_RETRANSMIT_TIMEOUT
(
tx
)
)
;
transport.c:393
schedule_retransmit()
tx
->
ttl
=
bt_mesh_default_ttl_get
(
)
;
transport.c:544
send_seg()
tx
->
ttl
=
net_tx
->
ctx
->
send_ttl
;
transport.c:546
send_seg()
K_MSEC
(
SEG_RETRANSMIT_TIMEOUT
(
tx
)
)
)
;
transport.c:330
schedule_retransmit()
.
send_ttl
=
tx
->
ttl
,
transport.c:388
seg_tx_send_unacked()
K_MSEC
(
SEG_RETRANSMIT_TIMEOUT
(
tx
)
)
)
;
transport.c:452
seg_tx_send_unacked()
tx
->
ttl
=
net_tx
->
ctx
->
send_ttl
;
transport.c:518
send_seg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
seg_tx::ttl
is written by 1 function and is read by 3 functions:
send_seg()
All items filtered out
seg_tx::ttl
bt_mesh_get_seg_rtx_timeout()
schedule_retransmit()
seg_tx_send_unacked()
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