ESP-IDF
seg_tx::dst
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::dst
seg_tx::dst field
Syntax
Show:
Summary
Declaration
from
transport.c:84
uint16_t
dst
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
dst
;
transport.c:84
uint16_t
dst
;
transport.c:99
tx
->
dst
=
BLE_MESH_ADDR_UNASSIGNED
;
transport.c:342
seg_tx_reset()
if
(
!
BLE_MESH_ADDR_IS_UNICAST
(
tx
->
dst
)
&&
!
tx
->
attempts
)
{
transport.c:387
schedule_retransmit()
k_delayed_work_submit
(
&
tx
->
rtx_timer
,
SEG_RETRANSMIT_TIMEOUT
(
tx
)
)
;
transport.c:393
schedule_retransmit()
tx
->
dst
=
net_tx
->
ctx
->
addr
;
transport.c:526
send_seg()
tx
->
dst
,
&
tx
->
seq_auth
,
transport.c:555
send_seg()
BLE_MESH_ADDR_IS_UNICAST
(
tx
->
dst
)
)
{
transport.c:557
send_seg()
if
(
tx
->
dst
==
addr
)
{
transport.c:889
seg_tx_lookup()
tx
->
dst
=
addr
;
transport.c:899
seg_tx_lookup()
if
(
!
BLE_MESH_ADDR_IS_UNICAST
(
tx
->
dst
)
)
{
transport.c:942
trans_ack()
if
(
dst
==
tx
->
dst
)
{
transport.c:1755
bt_mesh_tx_reset_single()
return
(
tx
->
src
==
src
)
&&
(
tx
->
dst
==
dst
)
;
transport.c:236
seg_tx_blocks()
seg_tx_blocks
(
tx
,
seg_tx
[
i
]
.
src
,
seg_tx
[
i
]
.
dst
)
&&
transport.c:248
seg_tx_unblock_check()
tx
->
dst
=
BT_MESH_ADDR_UNASSIGNED
;
transport.c:274
seg_tx_reset()
K_MSEC
(
SEG_RETRANSMIT_TIMEOUT
(
tx
)
)
)
;
transport.c:330
schedule_retransmit()
.
addr
=
tx
->
dst
,
transport.c:386
seg_tx_send_unacked()
if
(
BT_MESH_ADDR_IS_UNICAST
(
tx
->
dst
)
)
{
transport.c:400
seg_tx_send_unacked()
K_MSEC
(
SEG_RETRANSMIT_TIMEOUT
(
tx
)
)
)
;
transport.c:452
seg_tx_send_unacked()
tx
->
dst
=
net_tx
->
ctx
->
addr
;
transport.c:500
send_seg()
tx
->
dst
,
&
tx
->
seq_auth
,
transport.c:525
send_seg()
BT_MESH_ADDR_IS_UNICAST
(
tx
->
dst
)
)
{
transport.c:527
send_seg()
if
(
tx
->
dst
==
addr
)
{
transport.c:800
seg_tx_lookup()
tx
->
dst
=
addr
;
transport.c:810
seg_tx_lookup()
if
(
!
BT_MESH_ADDR_IS_UNICAST
(
tx
->
dst
)
)
{
transport.c:854
trans_ack()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
seg_tx::dst
is written by 3 functions and is read by 8 functions:
seg_tx_reset()
send_seg()
seg_tx_lookup()
All items filtered out
seg_tx::dst
schedule_retransmit()
send_seg()
seg_tx_lookup()
trans_ack()
bt_mesh_tx_reset_single()
seg_tx_blocks()
seg_tx_unblock_check()
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