ESP-IDF
prov_send_fail_msg()
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
prov_send_fail_msg()
prov_send_fail_msg() function
Syntax
Show:
Summary
Declaration
from
prov_device.c:34
static
void
prov_send_fail_msg
(
uint8_t
err
)
;
Arguments
Argument
err
Examples
References
from
examples
Code
Location
Referrer
static
void
prov_send_fail_msg
(
uint8_t
err
)
prov_device.c:34
prov_send_fail_msg
(
reason
)
;
prov_device.c:57
prov_fail()
Call Tree
from
examples
prov_send_fail_msg()
is called by 1 function and calls 6 functions:
prov_fail()
All items filtered out
prov_send_fail_msg()
esp_log_timestamp()
esp_log_write()
NET_BUF_SIMPLE()
net_buf_simple_add_u8()
bt_mesh_prov_send()
bt_mesh_prov_buf_init()
All items filtered out
Data Use
from
examples
prov_send_fail_msg()
reads 6 variables and writes 1 variable:
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_prov_link
All items filtered out
prov_send_fail_msg()
bt_mesh_prov_link::expect
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