ESP-IDF
bt_mesh_send_cb
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
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
bt_mesh_send_cb struct
Syntax
Show:
Summary
Declaration
from
access.h:547
struct
bt_mesh_send_cb
{
void
(
*
start
)
(
uint16_t
duration
,
int
err
,
void
*
cb_data
)
;
void
(
*
end
)
(
int
err
,
void
*
cb_data
)
;
}
;
Fields
Field
Declared as
bt_mesh_send_cb::start
void
(
*
)
(
uint16_t
duration
,
int
err
,
void
*
cb_data
)
bt_mesh_send_cb::end
void
(
*
)
(
int
err
,
void
*
cb_data
)
Related Functions
Found 23 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()
send_cb_finalize()
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
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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