Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/common/osi/include/osi/
Dconfig.h105 bool config_remove_key(config_t *config, const char *section, const char *key);
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/
Dbtc_config.c291 return config_remove_key(config, section, key); in btc_config_remove()
/hal_espressif-3.7.0/components/bt/common/osi/
Dconfig.c257 bool config_remove_key(config_t *config, const char *section, const char *key) in config_remove_key() function