ESP-IDF
seg_tx::nack_count
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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_tx::nack_count
seg_tx::nack_count field
Syntax
Show:
Summary
Declaration
from
transport.c:88
uint8_t
nack_count
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
nack_count
;
/* Number of unacked segs */
transport.c:88
uint8_t
nack_count
;
/* Number of unacked segs */
transport.c:105
if
(
seg_tx
[
i
]
.
nack_count
)
{
transport.c:304
bt_mesh_tx_in_progress()
tx
->
nack_count
--
;
transport.c:327
seg_tx_done()
for
(
i
=
0
;
i
<=
tx
->
seg_n
&&
tx
->
nack_count
;
i
++
)
{
transport.c:344
seg_tx_reset()
tx
->
nack_count
=
0U
;
transport.c:352
seg_tx_reset()
if
(
!
seg_tx
[
i
]
.
nack_count
)
{
transport.c:507
send_seg()
tx
->
nack_count
=
tx
->
seg_n
+
1
;
transport.c:532
send_seg()
if
(
obo
&&
tx
->
nack_count
==
tx
->
seg_n
+
1
)
{
transport.c:898
seg_tx_lookup()
if
(
tx
->
nack_count
)
{
transport.c:973
trans_ack()
if
(
seg_tx
[
i
]
.
nack_count
)
{
transport.c:219
bt_mesh_tx_in_progress()
tx
->
nack_count
--
;
transport.c:231
seg_tx_done()
for
(
i
=
0
;
i
<=
tx
->
seg_n
&&
tx
->
nack_count
;
i
++
)
{
transport.c:277
seg_tx_reset()
tx
->
nack_count
=
0
;
transport.c:285
seg_tx_reset()
if
(
!
tx
->
nack_count
)
{
transport.c:313
schedule_retransmit()
if
(
!
tx
->
nack_count
)
{
transport.c:378
seg_tx_send_unacked()
if
(
seg_tx
[
i
]
.
nack_count
)
{
transport.c:478
send_seg()
tx
->
nack_count
=
tx
->
seg_n
+
1
;
transport.c:504
send_seg()
(
uint16_t
)
(
tx
->
seq_auth
&
TRANS_SEQ_ZERO_MASK
)
,
tx
->
nack_count
)
;
transport.c:521
send_seg()
if
(
obo
&&
tx
->
nack_count
==
tx
->
seg_n
+
1
)
{
transport.c:809
seg_tx_lookup()
if
(
tx
->
nack_count
)
{
transport.c:881
trans_ack()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
seg_tx::nack_count
is written by 3 functions and is read by 8 functions:
seg_tx_done()
seg_tx_reset()
send_seg()
All items filtered out
seg_tx::nack_count
bt_mesh_tx_in_progress()
seg_tx_done()
seg_tx_reset()
send_seg()
seg_tx_lookup()
trans_ack()
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