mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-02-18 07:06:19 +00:00
linux-rust: implement bluetooth logic with ui
finally! only copying all ui from android to first release
This commit is contained in:
@@ -37,5 +37,6 @@ pub async fn find_other_managed_devices(adapter: &Adapter, managed_macs: Vec<Str
|
||||
if !devices.is_empty() {
|
||||
return Ok(devices);
|
||||
}
|
||||
debug!("No other managed devices found");
|
||||
Err(bluer::Error::from(Error::new(std::io::ErrorKind::NotFound, "No other managed devices found")))
|
||||
}
|
||||
Reference in New Issue
Block a user