linux-rust: fix conv-detect and add le auto-connect

This commit is contained in:
Kavish Devar
2025-11-10 13:32:47 +05:30
parent 3a0cc2e7f4
commit 51b3d4692a
7 changed files with 244 additions and 85 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ mod media_controller;
mod ui;
use std::env;
use log::{debug, info};
use log::info;
use dbus::blocking::Connection;
use dbus::blocking::stdintf::org_freedesktop_dbus::Properties;
use dbus::message::MatchRule;