ESP-IDF
seg_tx::seg_o
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_tx::seg_o
seg_tx::seg_o field
Syntax
Show:
Summary
Declaration
from
transport.c:104
uint8_t
seg_o
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
seg_o
;
/* Segment being sent */
transport.c:104
tx
->
seg_o
?
K_NO_WAIT
:
transport.c:329
schedule_retransmit()
for
(
;
tx
->
seg_o
<=
tx
->
seg_n
;
tx
->
seg_o
++
)
{
transport.c:418
seg_tx_send_unacked()
if
(
!
tx
->
seg
[
tx
->
seg_o
]
)
{
transport.c:422
seg_tx_send_unacked()
seg_tx_buf_build
(
tx
,
tx
->
seg_o
,
seg
)
;
transport.c:434
seg_tx_send_unacked()
BT_DBG
(
"Sending %u/%u"
,
tx
->
seg_o
,
tx
->
seg_n
)
;
transport.c:438
seg_tx_send_unacked()
tx
->
seg_o
=
0U
;
transport.c:447
seg_tx_send_unacked()
tx
->
seg_o
=
0
;
transport.c:502
send_seg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
seg_tx::seg_o
is written by 2 functions and is read by 2 functions:
seg_tx_send_unacked()
send_seg()
All items filtered out
seg_tx::seg_o
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