Home
last modified time | relevance | path

Searched refs:config_get_string (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/
Dbtc_config.c156 const char *stored_value = config_get_string(config, section, key, NULL); in btc_config_get_str()
188 const char *value_str = config_get_string(config, section, key, NULL); in btc_config_get_bin()
219 const char *value_str = config_get_string(config, section, key, NULL); in btc_config_get_bin_length()
/hal_espressif-3.7.0/components/bt/common/osi/include/osi/
Dconfig.h80 const char *config_get_string(const config_t *config, const char *section, const char *key, const c…
/hal_espressif-3.7.0/components/bt/common/osi/
Dconfig.c185 const char *config_get_string(const config_t *config, const char *section, const char *key, const c… in config_get_string() function