ESP-IDF
seg_tx::cb
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::cb
seg_tx::cb field
Syntax
Show:
Summary
Declaration
from
transport.c:94
const
struct
bt_mesh_send_cb
*
cb
;
Examples
References
from
examples
Code
Location
Referrer
const
struct
bt_mesh_send_cb
*
cb
;
transport.c:94
const
struct
bt_mesh_send_cb
*
cb
;
transport.c:115
tx
->
cb
=
NULL
;
transport.c:338
seg_tx_reset()
const
struct
bt_mesh_send_cb
*
cb
=
tx
->
cb
;
transport.c:369
seg_tx_complete()
if
(
tx
->
cb
&&
tx
->
cb
->
start
)
{
transport.c:400
seg_first_send_start()
tx
->
cb
->
start
(
duration
,
err
,
tx
->
cb_data
)
;
transport.c:401
seg_first_send_start()
tx
->
cb
=
cb
;
transport.c:540
send_seg()
tx
->
cb
=
NULL
;
transport.c:269
seg_tx_reset()
const
struct
bt_mesh_send_cb
*
cb
=
tx
->
cb
;
transport.c:299
seg_tx_complete()
if
(
!
tx
->
started
&&
tx
->
cb
&&
tx
->
cb
->
start
)
{
transport.c:337
seg_send_start()
tx
->
cb
->
start
(
duration
,
err
,
tx
->
cb_data
)
;
transport.c:338
seg_send_start()
tx
->
cb
=
cb
;
transport.c:507
send_seg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
seg_tx::cb
is written by 2 functions and is read by 3 functions:
seg_tx_reset()
send_seg()
All items filtered out
seg_tx::cb
seg_tx_complete()
seg_first_send_start()
seg_send_start()
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