ESP-IDF
seg_tx::sub
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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::sub
seg_tx::sub field
Syntax
Show:
Summary
Declaration
from
transport.c:81
struct
bt_mesh_subnet
*
sub
;
Examples
References
from
examples
Code
Location
Referrer
struct
bt_mesh_subnet
*
sub
;
transport.c:81
struct
bt_mesh_subnet
*
sub
;
transport.c:95
tx
->
sub
=
NULL
;
transport.c:341
seg_tx_reset()
err
=
bt_mesh_net_resend
(
tx
->
sub
,
seg
,
tx
->
new_key
,
transport.c:471
seg_tx_send_unacked()
tx
->
sub
=
net_tx
->
sub
;
transport.c:534
send_seg()
!
bt_mesh_friend_queue_has_space
(
tx
->
sub
->
net_idx
,
net_tx
->
src
,
transport.c:554
send_seg()
tx
->
sub
=
NULL
;
transport.c:272
seg_tx_reset()
.
net_idx
=
tx
->
sub
->
net_idx
,
transport.c:383
seg_tx_send_unacked()
.
sub
=
tx
->
sub
,
transport.c:391
seg_tx_send_unacked()
tx
->
sub
=
net_tx
->
sub
;
transport.c:506
send_seg()
!
bt_mesh_friend_queue_has_space
(
tx
->
sub
->
net_idx
,
net_tx
->
src
,
transport.c:524
send_seg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
seg_tx::sub
is written by 2 functions and is read by 2 functions:
seg_tx_reset()
send_seg()
All items filtered out
seg_tx::sub
seg_tx_send_unacked()
send_seg()
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