ESP-IDF
seg_tx::rtx_timer
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::rtx_timer
seg_tx::rtx_timer field
Syntax
Show:
Summary
Declaration
from
transport.c:96
struct
k_delayed_work
rtx_timer
;
Examples
References
from
examples
Code
Location
Referrer
struct
k_delayed_work
rtx_timer
;
/* Segment Retransmission timer */
transport.c:96
k_delayed_work_cancel
(
&
tx
->
rtx_timer
)
;
transport.c:336
seg_tx_reset()
k_delayed_work_submit
(
&
tx
->
rtx_timer
,
SEG_RETRANSMIT_TIMEOUT
(
tx
)
)
;
transport.c:393
schedule_retransmit()
struct
seg_tx
*
tx
=
CONTAINER_OF
(
work
,
struct
seg_tx
,
rtx_timer
)
;
transport.c:487
seg_retransmit()
k_delayed_work_cancel
(
&
tx
->
rtx_timer
)
;
transport.c:960
trans_ack()
k_delayed_work_init
(
&
seg_tx
[
i
]
.
rtx_timer
,
seg_retransmit
)
;
transport.c:1766
bt_mesh_trans_init()
k_delayed_work_free
(
&
seg_tx
[
i
]
.
rtx_timer
)
;
transport.c:1790
bt_mesh_trans_deinit()
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