Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/common/osi/include/osi/
Dconfig.h45 config_t *config_new(const char *filename);
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/
Dbtc_config.c66 config = config_new(CONFIG_FILE_PATH); in btc_config_init()
/hal_espressif-3.7.0/components/bt/common/osi/
Dconfig.c74 config_t *config_new(const char *filename) in config_new() function