ESP-IDF
seg_tx_reset()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
seg_tx_reset()
seg_tx_reset() function
Syntax
Show:
Summary
Declaration
from
transport.c:262
static
void
seg_tx_reset
(
struct
seg_tx
*
tx
)
;
Arguments
Argument
tx
Related Functions
Found 12 other functions taking a
seg_tx
argument:
Function
seg_tx_reset()
seg_tx_complete()
seg_tx_complete()
schedule_retransmit()
seg_tx_send_unacked()
seg_tx_done()
seg_tx_done()
seg_tx_blocks()
schedule_retransmit()
seg_tx_buf_build()
seg_tx_send_unacked()
seg_tx_unblock_check()
Examples
References
from
examples
Code
Location
Referrer
static
void
seg_tx_reset
(
struct
seg_tx
*
tx
)
transport.c:262
seg_tx_reset
(
tx
)
;
transport.c:304
seg_tx_complete()
seg_tx_reset
(
tx
)
;
transport.c:530
send_seg()
seg_tx_reset
(
tx
)
;
transport.c:542
send_seg()
seg_tx_reset
(
tx
)
;
transport.c:581
send_seg()
seg_tx_reset
(
&
seg_tx
[
i
]
)
;
transport.c:1662
bt_mesh_trans_reset()
Call Tree
from
examples
seg_tx_reset()
is called by 3 functions and calls 4 functions:
seg_tx_complete()
send_seg()
bt_mesh_trans_reset()
All items filtered out
seg_tx_reset()
atomic_test_and_clear_bit()
k_work_cancel_delayable()
bt_mesh_net_iv_update()
seg_tx_done()
All items filtered out
Data Use
from
examples
seg_tx_reset()
reads 7 variables and writes 8 variables:
::BT_MESH_IVU_PENDING
bt_mesh_net::iv_index
bt_mesh_net::flags
bt_mesh
seg_tx::seg
seg_tx::seg_n
seg_tx::nack_count
All items filtered out
seg_tx_reset()
seg_tx::sub
seg_tx::seq_auth
seg_tx::src
seg_tx::dst
seg_tx::nack_count
seg_tx::blocked
seg_tx::cb
seg_tx::cb_data
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