Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/common/osi/include/osi/
Dconfig.h59 bool config_has_key(const config_t *config, const char *section, const char *key);
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/
Dbtc_config.c119 return config_has_key(config, section, key); in btc_config_exist()
129 bool ret = config_has_key(config, section, key); in btc_config_get_int()
/hal_espressif-3.7.0/components/bt/common/osi/
Dconfig.c120 bool config_has_key(const config_t *config, const char *section, const char *key) in config_has_key() function