ESP-IDF
bt_mesh_health_attention_get()
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_get()
bt_mesh_health_attention_get() function
Syntax
Show:
Summary
Declaration
Definition
from
health_cli.h:61
int
bt_mesh_health_attention_get
(
uint16_t
addr
,
uint16_t
app_idx
,
uint8_t
*
attention
)
;
Implemented in
health_cli.c:182
Arguments
Argument
addr
app_idx
attention
Examples
References
from
examples
Code
Location
int
bt_mesh_health_attention_get
(
uint16_t
addr
,
uint16_t
app_idx
,
uint8_t
*
attention
)
health_cli.c:182
int
bt_mesh_health_attention_get
(
uint16_t
addr
,
uint16_t
app_idx
,
uint8_t
*
attention
)
;
health_cli.h:61
Call Tree
from
examples
bt_mesh_health_attention_get()
calls 9 functions:
All items filtered out
bt_mesh_health_attention_get()
esp_log_timestamp()
esp_log_write()
os_mbuf_free_chain()
NET_BUF_SIMPLE()
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_get()
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_get()
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