Searched refs:floss_conf (Results 1 – 2 of 2) sorted by relevance
329 floss_conf: &mut Ini, in convert_from_bluez_device()345 floss_conf.remove_section(addr_lower.as_str()); in convert_from_bluez_device()352 floss_conf.set(addr_lower.as_str(), "HidAttrMask", Some("0".into())); in convert_from_bluez_device()371 floss_conf.set( in convert_from_bluez_device()381 floss_conf.set( in convert_from_bluez_device()391 floss_conf.set( in convert_from_bluez_device()509 floss_conf.remove_section(addr_lower.as_str()); in convert_from_bluez_device()513 floss_conf.set(addr_lower.as_str(), key.key, Some(new_val)); in convert_from_bluez_device()649 let mut floss_conf = Ini::new_cs(); in convert_floss_conf() localVariable650 let floss_map = match floss_conf.load(filename) { in convert_floss_conf()[all …]
223 let mut floss_conf = Ini::new_cs(); in config_with_le_device_entry() localVariable224 let floss_map = match floss_conf.load(filename) { in config_with_le_device_entry()