ESP-IDF
bt_mesh_send_cb::start
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
bt_mesh_send_cb::start
bt_mesh_send_cb::start field
Syntax
Show:
Summary
Declaration
from
access.h:548
void
(
*
start
)
(
uint16_t
duration
,
int
err
,
void
*
cb_data
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
void
(
*
start
)
(
uint16_t
duration
,
int
err
,
void
*
cb_data
)
;
access.h:548
void
(
*
start
)
(
uint16_t
duration
,
int
err
,
void
*
cb_data
)
;
access.h:479
static
const
struct
bt_mesh_send_cb
pub_sent_cb
=
{
access.c:176
pub_sent_cb
publish_start()
.
start
=
publish_start
,
access.c:177
static
const
struct
bt_mesh_send_cb
pub_sent_cb
=
{
access.c:173
pub_sent_cb
publish_start()
.
start
=
publish_start
,
access.c:174
if
(
cb
&&
cb
->
start
)
{
adv.c:134
adv_send_start()
cb
->
start
(
duration
,
err
,
cb_data
)
;
adv.c:135
adv_send_start()
if
(
cb
&&
cb
->
start
)
{
adv.h:54
adv_send_start()
cb
->
start
(
duration
,
err
,
cb_data
)
;
adv.h:55
adv_send_start()
if
(
adv
->
cb
&&
adv
->
cb
->
start
)
{
adv.h:113
bt_mesh_adv_send_start()
adv
->
cb
->
start
(
duration
,
err
,
adv
->
cb_data
)
;
adv.h:114
bt_mesh_adv_send_start()
static
const
struct
bt_mesh_send_cb
reset_cb
=
{
cfg_srv.c:2150
reset_send_start()
.
start
=
reset_send_start
,
cfg_srv.c:2151
node_reset()
static
const
struct
bt_mesh_send_cb
send_cb
=
{
client_common.c:257
send_cb
msg_send_start()
.
start
=
msg_send_start
,
client_common.c:258
static
const
struct
bt_mesh_send_cb
buf_sent_cb
=
{
friend.c:1213
buf_send_start()
.
start
=
buf_send_start
,
friend.c:1214
friend_timeout()
static
const
struct
bt_mesh_send_cb
publish_cb
=
{
heartbeat.c:144
hb_publish_start_cb()
.
start
=
hb_publish_start_cb
,
heartbeat.c:145
hb_publish()
if
(
cb
&&
cb
->
start
)
{
net.c:1168
bt_mesh_net_send()
cb
->
start
(
0
,
0
,
cb_data
)
;
net.c:1169
bt_mesh_net_send()
if
(
cb
->
start
)
{
net.h:516
send_cb_finalize()
cb
->
start
(
0
,
0
,
cb_data
)
;
net.h:517
send_cb_finalize()
if
(
cb
->
start
)
{
net.h:319
send_cb_finalize()
cb
->
start
(
0
,
0
,
cb_data
)
;
net.h:320
send_cb_finalize()
static
struct
bt_mesh_send_cb
buf_sent_cb
=
{
pb_adv.c:149
buf_sent_cb
buf_start()
.
start
=
buf_start
,
pb_adv.c:150
static
const
struct
bt_mesh_send_cb
cb
=
{
pb_adv.c:313
ack_complete()
.
start
=
ack_complete
,
pb_adv.c:314
gen_prov_ack_send()
static
const
struct
bt_mesh_send_cb
cb
=
{
prov_common.c:317
ack_complete()
.
start
=
ack_complete
,
prov_common.c:318
bt_mesh_gen_prov_ack_send()
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()
static
const
struct
bt_mesh_send_cb
first_sent_cb
=
{
transport.c:425
first_sent_cb
seg_first_send_start()
.
start
=
seg_first_send_start
,
transport.c:426
static
const
struct
bt_mesh_send_cb
seg_sent_cb
=
{
transport.c:430
seg_sent_cb
seg_send_start()
.
start
=
seg_send_start
,
transport.c:431
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()
static
const
struct
bt_mesh_send_cb
seg_sent_cb
=
{
transport.c:358
seg_sent_cb
seg_send_start()
.
start
=
seg_send_start
,
transport.c:359
Call Tree
from
examples
bt_mesh_send_cb::start
is called by 6 functions:
send_cb_finalize()
adv_send_start()
bt_mesh_net_send()
seg_first_send_start()
bt_mesh_adv_send_start()
seg_send_start()
All items filtered out
bt_mesh_send_cb::start
All items filtered out
Data Use
from
examples
bt_mesh_send_cb::start
is read by 6 functions:
All items filtered out
bt_mesh_send_cb::start
send_cb_finalize()
adv_send_start()
bt_mesh_net_send()
seg_first_send_start()
bt_mesh_adv_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
bt_mesh_send_cb::start
implements 9 functionss:
publish_start()
ack_complete()
msg_send_start()
seg_first_send_start()
seg_send_start()
buf_send_start()
reset_send_start()
buf_start()
hb_publish_start_cb()
All items filtered out
bt_mesh_send_cb::start
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out