ESP-IDF
bt_mesh_hb_sub_set()
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_sub_set()
bt_mesh_hb_sub_set() function
Syntax
Show:
Summary
Declaration
Definition
from
heartbeat.h:40
uint8_t
bt_mesh_hb_sub_set
(
uint16_t
src
,
uint16_t
dst
,
uint32_t
period
)
;
Implemented in
heartbeat.c:272
Arguments
Argument
src
dst
period
Examples
References
from
examples
Code
Location
Referrer
uint8_t
bt_mesh_hb_sub_set
(
uint16_t
src
,
uint16_t
dst
,
uint32_t
period
)
heartbeat.c:272
uint8_t
bt_mesh_hb_sub_set
(
uint16_t
src
,
uint16_t
dst
,
uint32_t
period
)
;
heartbeat.h:40
status
=
bt_mesh_hb_sub_set
(
sub_src
,
sub_dst
,
period
)
;
cfg_srv.c:2510
heartbeat_sub_set()
Call Tree
from
examples
bt_mesh_hb_sub_set()
is called by 1 function and calls 4 functions:
heartbeat_sub_set()
All items filtered out
bt_mesh_hb_sub_set()
esp_log_timestamp()
esp_log_write()
k_work_reschedule()
bt_mesh_primary_addr()
All items filtered out
Data Use
from
examples
bt_mesh_hb_sub_set()
reads 7 variables and writes 6 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
bt_mesh_hb_sub::period
sub
All items filtered out
bt_mesh_hb_sub_set()
bt_mesh_hb_sub::period
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
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