ESP-IDF
seg_send_start()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
seg_send_start()
seg_send_start() function
Syntax
Show:
Summary
Declaration
from
transport.c:333
static
void
seg_send_start
(
uint16_t
duration
,
int
err
,
void
*
user_data
)
;
Arguments
Argument
duration
err
user_data
Examples
References
from
examples
Code
Location
static
void
seg_send_start
(
uint16_t
duration
,
int
err
,
void
*
user_data
)
transport.c:333
.
start
=
seg_send_start
,
transport.c:359
Call Tree
from
examples
seg_send_start()
calls 2 functions:
All items filtered out
seg_send_start()
bt_mesh_send_cb::start
schedule_retransmit()
All items filtered out
Data Use
from
examples
seg_send_start()
reads 4 variables and writes 1 variable:
bt_mesh_send_cb::start
seg_tx::started
seg_tx::cb
seg_tx::cb_data
All items filtered out
seg_send_start()
seg_tx::started
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
seg_send_start()
is implemented by 1 functions:
All items filtered out
seg_send_start()
bt_mesh_send_cb::start
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out