ESP-IDF
bt_mesh_heartbeat_recv()
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_heartbeat_recv()
bt_mesh_heartbeat_recv() function
Syntax
Show:
Summary
Declaration
Definition
from
heartbeat.h:21
void
bt_mesh_heartbeat_recv
(
uint16_t
src
,
uint16_t
dst
,
uint8_t
hops
,
uint16_t
feat
)
;
Implemented in
heartbeat.c:32
Arguments
Argument
src
dst
hops
feat
Examples
References
from
examples
Code
Location
Referrer
void
bt_mesh_heartbeat_recv
(
uint16_t
src
,
uint16_t
dst
,
uint8_t
hops
,
uint16_t
feat
)
heartbeat.c:32
void
bt_mesh_heartbeat_recv
(
uint16_t
src
,
uint16_t
dst
,
uint8_t
hops
,
uint16_t
feat
)
;
heartbeat.h:21
bt_mesh_heartbeat_recv
(
rx
->
ctx
.
addr
,
rx
->
ctx
.
recv_dst
,
hops
,
feat
)
;
transport.c:1010
trans_heartbeat()
Call Tree
from
examples
bt_mesh_heartbeat_recv()
is called by 1 function and calls 5 functions:
trans_heartbeat()
All items filtered out
bt_mesh_heartbeat_recv()
esp_log_timestamp()
esp_log_write()
k_uptime_get()
bt_mesh_hb_sub::func
bt_mesh_cfg_get()
All items filtered out
Data Use
from
examples
bt_mesh_heartbeat_recv()
reads 10 variables and writes 3 variables:
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_DEBUG
bt_mesh_hb_sub::expiry
bt_mesh_hb_sub::src
bt_mesh_hb_sub::dst
bt_mesh_hb_sub::count
bt_mesh_hb_sub::min_hops
bt_mesh_hb_sub::max_hops
bt_mesh_hb_sub::func
bt_mesh_cfg_srv::hb_sub
All items filtered out
bt_mesh_heartbeat_recv()
bt_mesh_hb_sub::count
bt_mesh_hb_sub::min_hops
bt_mesh_hb_sub::max_hops
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