Home
last modified time | relevance | path

Searched refs:stored_value (Results 1 – 1 of 1) 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() local
158 if (!stored_value) { in btc_config_get_str()
162 strlcpy(value, stored_value, *size_bytes); in btc_config_get_str()