ESP-IDF
bt_mesh_hb_sub::count
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_sub::count
bt_mesh_hb_sub::count field
The number of received Heartbeat messages so far.
Syntax
Show:
Summary
Declaration
from
heartbeat.h:56
uint16_t
count
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
count
;
cfg_srv.h:56
uint16_t
count
;
heartbeat.h:56
net_buf_simple_add_u8
(
&
msg
,
hb_log
(
cfg
->
hb_sub
.
count
)
)
;
cfg_srv.c:3368
hb_sub_send_status()
cfg
->
hb_sub
.
count
=
0U
;
cfg_srv.c:3443
heartbeat_sub_set()
cfg
->
hb_sub
.
count
=
0U
;
cfg_srv.c:3463
heartbeat_sub_set()
net_buf_simple_add_u8
(
msg
,
bt_mesh_hb_log
(
sub
->
count
)
)
;
cfg_srv.c:2457
hb_sub_send_status()
if
(
cfg
->
hb_sub
.
count
<
0xffff
)
{
heartbeat.c:54
bt_mesh_heartbeat_recv()
cfg
->
hb_sub
.
count
++
;
heartbeat.c:55
bt_mesh_heartbeat_recv()
cfg
->
hb_sub
.
count
)
;
heartbeat.c:60
bt_mesh_heartbeat_recv()
if
(
sub
.
count
<
0xffff
)
{
heartbeat.c:199
bt_mesh_hb_recv()
sub
.
count
++
;
heartbeat.c:200
bt_mesh_hb_recv()
sub
.
count
=
0U
;
heartbeat.c:298
bt_mesh_hb_sub_set()
sub
.
count
=
0U
;
heartbeat.c:305
bt_mesh_hb_sub_set()
sub
.
count
=
0
;
heartbeat.c:324
bt_mesh_hb_sub_reset_count()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_hb_sub::count
is written by 5 functions and is read by 3 functions:
heartbeat_sub_set()
bt_mesh_heartbeat_recv()
bt_mesh_hb_recv()
bt_mesh_hb_sub_set()
bt_mesh_hb_sub_reset_count()
All items filtered out
bt_mesh_hb_sub::count
hb_sub_send_status()
bt_mesh_heartbeat_recv()
bt_mesh_hb_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