ESP-IDF
seg_tx::src
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::src
seg_tx::src field
Syntax
Show:
Summary
Declaration
from
transport.c:98
uint16_t
src
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
src
;
transport.c:98
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
->
src
=
BT_MESH_ADDR_UNASSIGNED
;
transport.c:273
seg_tx_reset()
.
src
=
tx
->
src
,
transport.c:393
seg_tx_send_unacked()
tx
->
src
=
net_tx
->
src
;
transport.c:499
send_seg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
seg_tx::src
is written by 2 functions and is read by 3 functions:
seg_tx_reset()
send_seg()
All items filtered out
seg_tx::src
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