Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 23ac941a authored by Jeremy Wu's avatar Jeremy Wu Committed by Automerger Merge Worker
Browse files

Floss: print logs to show absolute volume support am: b0f9bc19 am: 6895a7b1 am: ccbe6e3e

parents 1d354e24 ccbe6e3e
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -393,7 +393,11 @@ impl BluetoothMedia {
    pub fn dispatch_avrcp_callbacks(&mut self, cb: AvrcpCallbacks) {
        match cb {
            AvrcpCallbacks::AvrcpDeviceConnected(addr, supported) => {
                info!("[{}]: avrcp connected.", addr.to_string());
                info!(
                    "[{}]: avrcp connected. Absolute volume support: {}.",
                    addr.to_string(),
                    supported
                );

                match self.uinput.create(self.adapter_get_remote_name(addr), addr.to_string()) {
                    Ok(()) => info!("uinput device created for: {}", addr.to_string()),