Searched refs:config_get_string (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/ |
D | btc_config.c | 156 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/ |
D | config.h | 80 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/ |
D | config.c | 185 const char *config_get_string(const config_t *config, const char *section, const char *key, const c… in config_get_string() function
|