ESP-IDF
seg_rx::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_rx::src
seg_rx::src field
Syntax
Show:
Summary
Declaration
from
transport.c:108
uint16_t
src
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
src
;
transport.c:108
uint16_t
src
;
transport.c:124
bt_mesh_friend_clear_incomplete
(
rx
->
sub
,
rx
->
src
,
rx
->
dst
,
transport.c:1241
seg_rx_reset()
rx
->
src
=
BLE_MESH_ADDR_UNASSIGNED
;
transport.c:1254
seg_rx_reset()
send_ack
(
rx
->
sub
,
rx
->
dst
,
rx
->
src
,
rx
->
ttl
,
&
rx
->
seq_auth
,
transport.c:1302
seg_ack()
if
(
rx
->
src
!=
net_rx
->
ctx
.
addr
||
transport.c:1323
seg_rx_find()
if
(
rx
->
src
!=
net_rx
->
ctx
.
addr
||
rx
->
dst
!=
net_rx
->
ctx
.
recv_dst
)
{
transport.c:1363
seg_rx_is_valid()
rx
->
src
=
net_rx
->
ctx
.
addr
;
transport.c:1397
seg_rx_alloc()
rx
->
src
,
rx
->
dst
)
;
transport.c:1476
trans_seg()
if
(
src
==
rx
->
src
)
{
transport.c:1739
bt_mesh_rx_reset_single()
bt_mesh_friend_clear_incomplete
(
rx
->
sub
,
rx
->
src
,
rx
->
dst
,
transport.c:1116
seg_rx_reset()
rx
->
src
=
BT_MESH_ADDR_UNASSIGNED
;
transport.c:1138
seg_rx_reset()
send_ack
(
rx
->
sub
,
rx
->
dst
,
rx
->
src
,
rx
->
ttl
,
&
rx
->
seq_auth
,
transport.c:1171
seg_ack()
if
(
rx
->
src
!=
net_rx
->
ctx
.
addr
||
transport.c:1191
seg_rx_find()
if
(
rx
->
src
!=
net_rx
->
ctx
.
addr
||
rx
->
dst
!=
net_rx
->
ctx
.
recv_dst
)
{
transport.c:1228
seg_rx_is_valid()
rx
->
src
=
net_rx
->
ctx
.
addr
;
transport.c:1269
seg_rx_alloc()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
seg_rx::src
is written by 2 functions and is read by 6 functions:
seg_rx_reset()
seg_rx_alloc()
All items filtered out
seg_rx::src
seg_rx_reset()
seg_ack()
seg_rx_find()
seg_rx_is_valid()
trans_seg()
bt_mesh_rx_reset_single()
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