ESP-IDF
bt_mesh_hb_pub_set()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_hb_pub_set()
bt_mesh_hb_pub_set() function
Syntax
Show:
Summary
Declaration
Definition
from
heartbeat.h:39
uint8_t
bt_mesh_hb_pub_set
(
struct
bt_mesh_hb_pub
*
hb_pub
)
;
Implemented in
heartbeat.c:224
Arguments
Argument
hb_pub
Related Functions
Found 2 other functions taking a
bt_mesh_hb_pub
argument:
Function
Description
bt_mesh_hb_pub_get()
Get the current Heartbeat publication parameters.
hb_pub_send_status()
Examples
References
from
examples
Code
Location
Referrer
uint8_t
bt_mesh_hb_pub_set
(
struct
bt_mesh_hb_pub
*
new_pub
)
heartbeat.c:224
uint8_t
bt_mesh_hb_pub_set
(
struct
bt_mesh_hb_pub
*
hb_pub
)
;
heartbeat.h:39
status
=
bt_mesh_hb_pub_set
(
&
pub
)
;
cfg_srv.c:2439
heartbeat_pub_set()
Call Tree
from
examples
bt_mesh_hb_pub_set()
is called by 1 function and calls 7 functions:
heartbeat_pub_set()
All items filtered out
bt_mesh_hb_pub_set()
esp_log_timestamp()
esp_log_write()
k_work_reschedule()
bt_mesh_subnet_get()
bt_mesh_is_provisioned()
bt_mesh_settings_store_schedule()
pub_disable()
All items filtered out
Data Use
from
examples
bt_mesh_hb_pub_set()
reads 9 variables and writes 2 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_pub::dst
bt_mesh_hb_pub::feat
bt_mesh_hb_pub::net_idx
bt_mesh_settings_flag::BT_MESH_SETTINGS_HB_PUB_PENDING
All items filtered out
bt_mesh_hb_pub_set()
bt_mesh_hb_pub::feat
pub
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