Searched refs:config_get_bool (Results 1 – 4 of 4) sorted by relevance
/system/bt/main/ |
D | stack_config.c | 86 return config_get_bool(config, CONFIG_DEFAULT_SECTION, BTSNOOP_TURNED_ON_KEY, false); in get_btsnoop_turned_on() 90 return config_get_bool(config, CONFIG_DEFAULT_SECTION, BTSNOOP_SHOULD_SAVE_LAST_KEY, false); in get_btsnoop_should_save_last() 94 return config_get_bool(config, CONFIG_DEFAULT_SECTION, TRACE_CONFIG_ENABLED_KEY, false); in get_trace_config_enabled() 98 return config_get_bool(config, CONFIG_DEFAULT_SECTION, PTS_SECURE_ONLY_MODE, false); in get_pts_secure_only_mode() 102 return config_get_bool(config, CONFIG_DEFAULT_SECTION, PTS_LE_CONN_UPDATED_DISABLED, false); in get_pts_conn_updates_disabled() 106 return config_get_bool(config, CONFIG_DEFAULT_SECTION, PTS_DISABLE_SDP_LE_PAIR, false); in get_pts_crosskey_sdp_disable()
|
D | bte_conf.c | 55 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 | 165 bool config_get_bool(const config_t *config, const char *section, const char *key, bool def_value) { in config_get_bool() function
|