ESP-IDF
send_cb_finalize()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
send_cb_finalize()
send_cb_finalize() function
Syntax
Show:
Summary
Declaration
from
net.h:312
static
inline
void
send_cb_finalize
(
const
struct
bt_mesh_send_cb
*
cb
,
void
*
cb_data
)
;
Arguments
Argument
cb
cb_data
Related Functions
Found 22 other functions taking a
bt_mesh_send_cb
argument:
Function
Description
bt_mesh_model_send()
Send an Access Layer message.
bt_mesh_adv_send()
bt_mesh_ctl_send()
bt_mesh_net_send()
send_cb_finalize()
bt_mesh_trans_send()
model_send()
bt_mesh_net_resend()
send_seg()
send_unseg()
bt_mesh_msg_send()
Send a mesh model message. Send a mesh model layer message out into the mesh network without having instantiated the relevant mesh models.
send_seg()
send_unseg()
heartbeat_send()
adv_send_start()
adv_send_end()
adv_send_start()
bt_mesh_relay_adv_send()
bt_mesh_model_send_implicit()
bt_mesh_ext_model_send()
bt_mesh_ext_adv_send()
bt_mesh_ext_ctl_send()
Examples
References
from
examples
Code
Location
Referrer
static
inline
void
send_cb_finalize
(
const
struct
bt_mesh_send_cb
*
cb
,
net.h:312
send_cb_finalize
(
cb
,
cb_data
)
;
net.c:532
bt_mesh_net_send()
send_cb_finalize
(
cb
,
cb_data
)
;
transport.c:196
send_unseg()
send_cb_finalize
(
cb
,
cb_data
)
;
transport.c:587
send_seg()
Call Tree
from
examples
send_cb_finalize()
is called by 3 functions and calls 2 functions:
send_unseg()
send_seg()
bt_mesh_net_send()
All items filtered out
send_cb_finalize()
bt_mesh_send_cb::start
bt_mesh_send_cb::end
All items filtered out
Data Use
from
examples
send_cb_finalize()
reads 2 variables:
bt_mesh_send_cb::start
bt_mesh_send_cb::end
All items filtered out
send_cb_finalize()
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