ESP-IDF
seg_tx::attempts
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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::attempts
seg_tx::attempts field
Syntax
Show:
Summary
Declaration
from
transport.c:91
uint8_t
attempts
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
attempts
;
/* Transmit attempts */
transport.c:91
uint8_t
attempts
;
/* Remaining tx attempts */
transport.c:106
if
(
!
BLE_MESH_ADDR_IS_UNICAST
(
tx
->
dst
)
&&
!
tx
->
attempts
)
{
transport.c:387
schedule_retransmit()
if
(
!
(
tx
->
attempts
--
)
)
{
transport.c:441
seg_tx_send_unacked()
BT_INFO
(
"Attempts: %u"
,
tx
->
attempts
)
;
transport.c:448
seg_tx_send_unacked()
tx
->
attempts
=
SEG_RETRANSMIT_ATTEMPTS
;
transport.c:536
send_seg()
if
(
!
tx
->
attempts
)
{
transport.c:399
seg_tx_send_unacked()
(
uint16_t
)
(
tx
->
seq_auth
&
TRANS_SEQ_ZERO_MASK
)
,
tx
->
attempts
)
;
transport.c:414
seg_tx_send_unacked()
tx
->
attempts
--
;
transport.c:448
seg_tx_send_unacked()
tx
->
attempts
=
SEG_RETRANSMIT_ATTEMPTS
;
transport.c:509
send_seg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
seg_tx::attempts
is written by 2 functions and is read by 2 functions:
seg_tx_send_unacked()
send_seg()
All items filtered out
seg_tx::attempts
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