onoff_server sample
ble_mesh_init()
is only used within onoff_server 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
onoff_server sample
ble_mesh_init()
ble_mesh_init() function
Syntax
Show:
Summary
Declaration
from
main.c:293
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:293
err
=
ble_mesh_init
(
)
;
main.c:344
app_main()
Call Tree
from
examples
ble_mesh_init()
is called by 1 function and calls 8 functions:
app_main()
All items filtered out
ble_mesh_init()
esp_log_timestamp()
esp_log_write()
esp_ble_mesh_register_generic_server_callback()
esp_ble_mesh_register_config_server_callback()
esp_ble_mesh_init()
esp_ble_mesh_register_prov_callback()
esp_ble_mesh_node_prov_enable()
board_led_operation()
All items filtered out
Data Use
from
examples
ble_mesh_init()
reads 11 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_26
esp_ble_mesh_prov_bearer_t::ESP_BLE_MESH_PROV_ADV
esp_ble_mesh_prov_bearer_t::ESP_BLE_MESH_PROV_GATT
example_ble_mesh_provisioning_cb()
example_ble_mesh_generic_server_cb()
example_ble_mesh_config_server_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