wifi_coexist sample
ble_mesh_init()
is only used within wifi_coexist sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
wifi_coexist sample
ble_mesh_init()
ble_mesh_init() function
Syntax
Show:
Summary
Declaration
from
main.c:718
static
esp_err_t
ble_mesh_init
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
ble_mesh_init
(
void
)
main.c:718
err
=
ble_mesh_init
(
)
;
main.c:818
app_main()
Call Tree
from
examples
ble_mesh_init()
is called by 1 function and calls 13 functions:
app_main()
All items filtered out
ble_mesh_init()
esp_log_timestamp()
esp_log_write()
k_delayed_work_init()
esp_ble_mesh_register_config_client_callback()
esp_ble_mesh_register_config_server_callback()
esp_ble_mesh_register_generic_server_callback()
esp_ble_mesh_init()
esp_ble_mesh_register_custom_model_callback()
esp_ble_mesh_client_model_init()
esp_ble_mesh_register_prov_callback()
esp_ble_mesh_node_prov_enable()
example_fast_prov_server_init()
board_led_operation()
All items filtered out
Data Use
from
examples
ble_mesh_init()
reads 15 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
gpio_num_t::GPIO_NUM_27
esp_ble_mesh_prov_bearer_t::ESP_BLE_MESH_PROV_ADV
esp_ble_mesh_prov_bearer_t::ESP_BLE_MESH_PROV_GATT
example_send_self_prov_node_addr()
example_ble_mesh_provisioning_cb()
example_ble_mesh_custom_model_cb()
example_ble_mesh_config_server_cb()
vnd_models
example_ble_mesh_generic_server_cb()
example_ble_mesh_config_client_cb()
All items filtered out
ble_mesh_init()
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