ESP-IDF
bt_mesh_hb_sub::expiry
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_sub::expiry
bt_mesh_hb_sub::expiry field
Syntax
Show:
Summary
Declaration
from
cfg_srv.h:52
int64_t
expiry
;
Examples
References
from
examples
Code
Location
Referrer
int64_t
expiry
;
cfg_srv.h:52
if
(
uptime
>
cfg
->
hb_sub
.
expiry
)
{
cfg_srv.c:3356
hb_sub_send_status()
period
=
(
cfg
->
hb_sub
.
expiry
-
uptime
)
/
1000
;
cfg_srv.c:3359
hb_sub_send_status()
cfg
->
hb_sub
.
expiry
=
k_uptime_get
(
)
+
period_ms
;
cfg_srv.c:3453
heartbeat_sub_set()
cfg
->
hb_sub
.
expiry
=
0
;
cfg_srv.c:3455
heartbeat_sub_set()
cfg
->
hb_sub
.
expiry
=
0
;
cfg_srv.c:3626
cfg_srv_init()
cfg
->
hb_sub
.
expiry
=
0
;
cfg_srv.c:3708
bt_mesh_cfg_reset()
if
(
k_uptime_get
(
)
>
cfg
->
hb_sub
.
expiry
)
{
heartbeat.c:46
bt_mesh_heartbeat_recv()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_hb_sub::expiry
is written by 3 functions and is read by 2 functions:
heartbeat_sub_set()
cfg_srv_init()
bt_mesh_cfg_reset()
All items filtered out
bt_mesh_hb_sub::expiry
hb_sub_send_status()
bt_mesh_heartbeat_recv()
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