ESP-IDF
bt_mesh_health_fault_test()
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_fault_test()
bt_mesh_health_fault_test() function
Syntax
Show:
Summary
Declaration
Definition
from
health_cli.h:52
int
bt_mesh_health_fault_test
(
uint16_t
addr
,
uint16_t
app_idx
,
uint16_t
cid
,
uint8_t
test_id
,
uint8_t
*
faults
,
size_t
*
fault_count
)
;
Implemented in
health_cli.c:338
Arguments
Argument
addr
app_idx
cid
test_id
faults
fault_count
Examples
References
from
examples
Code
Location
int
bt_mesh_health_fault_test
(
uint16_t
addr
,
uint16_t
app_idx
,
uint16_t
cid
,
health_cli.c:338
int
bt_mesh_health_fault_test
(
uint16_t
addr
,
uint16_t
app_idx
,
uint16_t
cid
,
health_cli.h:52
Call Tree
from
examples
bt_mesh_health_fault_test()
calls 11 functions:
All items filtered out
bt_mesh_health_fault_test()
esp_log_timestamp()
esp_log_write()
os_mbuf_free_chain()
NET_BUF_SIMPLE()
net_buf_simple_add_le16()
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_fault_test()
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_fault_test()
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