Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/common/osi/include/osi/
Dconfig.h38 config_t *config_new_empty(void);
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/
Dbtc_config.c69 config = config_new_empty(); in btc_config_init()
315 config = config_new_empty(); in btc_config_clear()
/hal_espressif-3.7.0/components/bt/common/osi/
Dconfig.c53 config_t *config_new_empty(void) in config_new_empty() function
78 config_t *config = config_new_empty(); in config_new()