Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/core/
Dbtc_config.c164 const char *stored_value = config_get_string(config, section, key, NULL); in btc_config_get_str() local
166 if (!stored_value) { in btc_config_get_str()
170 strlcpy(value, stored_value, *size_bytes); in btc_config_get_str()