ESP-IDF
btc_config_init()
is only used within ESP-IDF.
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
ESP-IDF
btc_config_init()
btc_config_init() function
Syntax
Show:
Summary
Declaration
Definition
from
btc_config.h:17
bool
btc_config_init
(
void
)
;
Implemented in
btc_config.c:75
Examples
References
from
examples
Code
Location
Referrer
bool
btc_config_init
(
void
)
btc_config.c:75
bool
btc_config_init
(
void
)
;
btc_config.h:17
btc_config_init
(
)
;
btc_main.c:58
btc_init_bluetooth()
Call Tree
from
examples
btc_config_init()
is called by 1 function and calls 8 functions:
btc_init_bluetooth()
All items filtered out
btc_config_init()
esp_log_timestamp()
esp_log_write()
osi_mutex_new()
osi_mutex_free()
config_new_empty()
config_new()
config_free()
config_save()
All items filtered out
Data Use
from
examples
btc_config_init()
reads 4 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
CONFIG_FILE_PATH
config
All items filtered out
btc_config_init()
config
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