Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dmigrate.rs571 let mut existing_conf = Ini::new_cs(); in migrate_bluez_devices() localVariable
572 match existing_conf.load(FLOSS_CONF_FILE) { in migrate_bluez_devices()
617 let mut existing_conf = Ini::new_cs(); in merge_and_write_bluez_conf() localVariable
618 existing_conf.set_comment_symbols(&['!', '#']); in merge_and_write_bluez_conf()
619 match existing_conf.load(filepath.clone()) { in merge_and_write_bluez_conf()
/packages/modules/Bluetooth/system/bta/le_audio/
Ddevice_groups.cc892 auto& [is_valid, existing_conf] = in UpdateAudioSetConfigurationCache()
894 update_config = (new_conf.get() != existing_conf.get()); in UpdateAudioSetConfigurationCache()