ESP-IDF
bt_mesh_hb_pub::period
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_hb_pub::period
bt_mesh_hb_pub::period field
Publication period in seconds.
Syntax
Show:
Summary
Declaration
from
heartbeat.h:42
uint32_t
period
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
period
;
cfg_srv.h:44
uint32_t
period
;
heartbeat.h:42
cfg
->
hb_pub
.
period
=
0U
;
cfg_srv.c:2473
hb_pub_disable()
net_buf_simple_add_u8
(
&
msg
,
cfg
->
hb_pub
.
period
)
;
cfg_srv.c:3227
hb_pub_send_status()
cfg
->
hb_pub
.
period
=
param
->
period_log
;
cfg_srv.c:3294
heartbeat_pub_set()
period_ms
=
hb_pwr2
(
cfg
->
hb_pub
.
period
,
1
)
*
1000U
;
cfg_srv.c:3546
hb_publish()
net_buf_simple_add_u8
(
msg
,
bt_mesh_hb_log
(
pub
->
period
)
)
;
cfg_srv.c:2369
hb_pub_send_status()
pub
.
period
=
bt_mesh_hb_pwr2
(
param
->
period_log
)
;
cfg_srv.c:2408
heartbeat_pub_set()
if
(
pub
.
period
&&
pub
.
count
>
1
)
{
heartbeat.c:50
hb_publish_end_cb()
k_work_reschedule
(
&
pub_timer
,
K_SECONDS
(
pub
.
period
)
)
;
heartbeat.c:51
hb_publish_end_cb()
if
(
pub
.
period
==
0U
||
pub
.
count
==
0U
)
{
heartbeat.c:154
hb_publish()
pub
.
period
=
0U
;
heartbeat.c:219
pub_disable()
if
(
pub
.
count
&&
pub
.
period
)
{
heartbeat.c:355
bt_mesh_hb_start()
if
(
pub
.
period
&&
pub
.
count
)
{
heartbeat.c:368
bt_mesh_hb_resume()
hb_pub
->
period
=
0U
;
settings.c:609
hb_pub_set()
hb_pub
->
period
=
hb_val
.
period
;
settings.c:619
hb_pub_set()
hb_pub
->
dst
,
hb_pub
->
period
,
hb_pub
->
net_idx
)
;
settings.c:630
hb_pub_set()
hb_pub
->
count
&&
hb_pub
->
period
)
{
settings.c:1490
settings_core_commit()
val
.
period
=
hb_pub
->
period
;
settings.c:1729
store_pending_hb_pub()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_hb_pub::period
is written by 4 functions and is read by 8 functions:
hb_pub_set()
hb_pub_disable()
heartbeat_pub_set()
pub_disable()
All items filtered out
bt_mesh_hb_pub::period
hb_pub_set()
settings_core_commit()
store_pending_hb_pub()
hb_pub_send_status()
hb_publish()
hb_publish_end_cb()
bt_mesh_hb_start()
bt_mesh_hb_resume()
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