ESP-IDF
bt_mesh_hb_log()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_hb_log()
bt_mesh_hb_log() function
Syntax
Show:
Summary
Declaration
from
heartbeat.h:20
static
inline
uint8_t
bt_mesh_hb_log
(
uint32_t
val
)
;
Arguments
Argument
val
Examples
References
from
examples
Code
Location
Referrer
static
inline
uint8_t
bt_mesh_hb_log
(
uint32_t
val
)
heartbeat.h:20
net_buf_simple_add_u8
(
msg
,
bt_mesh_hb_log
(
pub
->
period
)
)
;
cfg_srv.c:2369
hb_pub_send_status()
net_buf_simple_add_u8
(
msg
,
bt_mesh_hb_log
(
sub
->
remaining
)
)
;
cfg_srv.c:2456
hb_sub_send_status()
net_buf_simple_add_u8
(
msg
,
bt_mesh_hb_log
(
sub
->
count
)
)
;
cfg_srv.c:2457
hb_sub_send_status()
Call Tree
from
examples
bt_mesh_hb_log()
is called by 2 functions:
hb_pub_send_status()
hb_sub_send_status()
All items filtered out
bt_mesh_hb_log()
All items filtered out
Data Use
from
examples
bt_mesh_hb_log()
:
All items filtered out
bt_mesh_hb_log()
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