linux-rust: implement bluetooth logic with ui

finally! only copying all ui from android to first release
This commit is contained in:
Kavish Devar
2025-11-08 02:12:24 +05:30
parent a2cda688d4
commit bf6630dbd1
8 changed files with 581 additions and 370 deletions

View File

@@ -52,7 +52,9 @@ impl Display for DeviceState {
#[derive(Clone, Debug)]
pub struct AirPodsState {
pub device_name: String,
pub conversation_awareness_enabled: bool,
pub personalized_volume_enabled: bool,
}
#[derive(Clone, Debug)]