Home
last modified time | relevance | path

Searched refs:config_get_bool (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.7.0/components/bt/common/osi/include/osi/
Dconfig.h74 bool config_get_bool(const config_t *config, const char *section, const char *key, bool def_value);
/hal_espressif-3.7.0/components/bt/common/osi/
Dconfig.c164 bool config_get_bool(const config_t *config, const char *section, const char *key, bool def_value) in config_get_bool() function