ESP-IDF
heartbeat_send()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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
heartbeat_send()
heartbeat_send() function
Syntax
Show:
Summary
Declaration
from
heartbeat.c:82
static
int
heartbeat_send
(
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()
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()
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
int
heartbeat_send
(
const
struct
bt_mesh_send_cb
*
cb
,
void
*
cb_data
)
heartbeat.c:82
err
=
heartbeat_send
(
&
publish_cb
,
NULL
)
;
heartbeat.c:165
hb_publish()
heartbeat_send
(
NULL
,
NULL
)
;
heartbeat.c:343
bt_mesh_hb_feature_changed()
Call Tree
from
examples
heartbeat_send()
is called by 2 functions and calls 8 functions:
hb_publish()
bt_mesh_hb_feature_changed()
All items filtered out
heartbeat_send()
bt_mesh_subnet_get()
bt_mesh_net_transmit_get()
bt_mesh_relay_get()
bt_mesh_gatt_proxy_get()
bt_mesh_friend_get()
bt_mesh_ctl_send()
bt_mesh_primary_addr()
bt_mesh_lpn_established()
All items filtered out
Data Use
from
examples
heartbeat_send()
reads 6 variables and writes 2 variables:
bt_mesh_hb_pub::dst
bt_mesh_hb_pub::ttl
bt_mesh_hb_pub::net_idx
bt_mesh_feat_state::BT_MESH_FEATURE_ENABLED
bt_mesh_net_tx::sub
pub
All items filtered out
heartbeat_send()
heartbeat_send()::
::init_ttl
heartbeat_send()::
::feat
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