ESP-IDF
seg_rx::ttl
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
seg_rx::ttl
seg_rx::ttl field
Syntax
Show:
Summary
Declaration
from
transport.c:107
uint8_t
ttl
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
ttl
;
transport.c:107
uint8_t
ttl
;
transport.c:132
if
(
rx
->
ttl
==
BLE_MESH_TTL_DEFAULT
)
{
transport.c:1141
ack_timeout()
ttl
=
rx
->
ttl
;
transport.c:1144
ack_timeout()
if
(
rx
->
ttl
==
BLE_MESH_TTL_DEFAULT
)
{
transport.c:1266
incomplete_timeout()
ttl
=
rx
->
ttl
;
transport.c:1269
incomplete_timeout()
send_ack
(
rx
->
sub
,
rx
->
dst
,
rx
->
src
,
rx
->
ttl
,
&
rx
->
seq_auth
,
transport.c:1302
seg_ack()
rx
->
ttl
=
net_rx
->
ctx
.
send_ttl
;
transport.c:1396
seg_rx_alloc()
if
(
rx
->
ttl
==
BT_MESH_TTL_DEFAULT
)
{
transport.c:1001
ack_timeout()
ttl
=
rx
->
ttl
;
transport.c:1004
ack_timeout()
send_ack
(
rx
->
sub
,
rx
->
dst
,
rx
->
src
,
rx
->
ttl
,
&
rx
->
seq_auth
,
transport.c:1171
seg_ack()
rx
->
ttl
=
net_rx
->
ctx
.
send_ttl
;
transport.c:1268
seg_rx_alloc()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
seg_rx::ttl
is written by 1 function and is read by 3 functions:
seg_rx_alloc()
All items filtered out
seg_rx::ttl
ack_timeout()
incomplete_timeout()
seg_ack()
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