Searched refs:config_get_bool (Results 1 – 4 of 4) sorted by relevance
/system/bt/main/ |
D | stack_config.c | 74 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()
|
D | bte_conf.c | 80 record.primary_record = config_get_bool(config, section_name, "primaryRecord", false); in bte_load_did_conf()
|
/system/bt/osi/include/ |
D | config.h | 72 bool config_get_bool(const config_t *config, const char *section, const char *key, bool def_value);
|
/system/bt/osi/src/ |
D | config.c | 163 bool config_get_bool(const config_t *config, const char *section, const char *key, bool def_value) { in config_get_bool() function
|