Home
last modified time | relevance | path

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

/system/bt/main/
Dstack_config.c74 return config_get_bool(config, CONFIG_DEFAULT_SECTION, BTSNOOP_TURNED_ON_KEY, false); in get_btsnoop_turned_on()
78 return config_get_bool(config, CONFIG_DEFAULT_SECTION, BTSNOOP_SHOULD_SAVE_LAST_KEY, false); in get_btsnoop_should_save_last()
82 return config_get_bool(config, CONFIG_DEFAULT_SECTION, TRACE_CONFIG_ENABLED_KEY, false); in get_trace_config_enabled()
Dbte_conf.c80 record.primary_record = config_get_bool(config, section_name, "primaryRecord", false); in bte_load_did_conf()
/system/bt/osi/include/
Dconfig.h72 bool config_get_bool(const config_t *config, const char *section, const char *key, bool def_value);
/system/bt/osi/src/
Dconfig.c163 bool config_get_bool(const config_t *config, const char *section, const char *key, bool def_value) { in config_get_bool() function