Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/common/osi/include/osi/
Dconfig.h69 int config_get_int(const config_t *config, const char *section, const char *key, int def_value);
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/
Dbtc_config.c131 *value = config_get_int(config, section, key, *value); in btc_config_get_int()
/hal_espressif-3.7.0/components/bt/common/osi/
Dconfig.c148 int config_get_int(const config_t *config, const char *section, const char *key, int def_value) in config_get_int() function