ESP-IDF
bt_mesh_health_attention_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_health_attention_set()
bt_mesh_health_attention_set() function
Syntax
Show:
Summary
Declaration
Definition
from
health_cli.h:63
int
bt_mesh_health_attention_set
(
uint16_t
addr
,
uint16_t
app_idx
,
uint8_t
attention
,
uint8_t
*
updated_attention
)
;
Implemented in
health_cli.c:215
Arguments
Argument
addr
app_idx
attention
updated_attention
Examples
References
from
examples
Code
Location
int
bt_mesh_health_attention_set
(
uint16_t
addr
,
uint16_t
app_idx
,
uint8_t
attention
,
health_cli.c:215
int
bt_mesh_health_attention_set
(
uint16_t
addr
,
uint16_t
app_idx
,
uint8_t
attention
,
health_cli.h:63
Call Tree
from
examples
bt_mesh_health_attention_set()
calls 10 functions:
All items filtered out
bt_mesh_health_attention_set()
esp_log_timestamp()
esp_log_write()
os_mbuf_free_chain()
NET_BUF_SIMPLE()
net_buf_simple_add_u8()
bt_mesh_model_send()
bt_mesh_model_msg_init()
bt_mesh_msg_ack_ctx_clear()
bt_mesh_msg_ack_ctx_wait()
cli_prepare()
All items filtered out
Data Use
from
examples
bt_mesh_health_attention_set()
reads 8 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_health_cli::model
msg_timeout
health_cli
All items filtered out
bt_mesh_health_attention_set()
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