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

Commit b79679be authored by Jeremy Wu's avatar Jeremy Wu Committed by Gerrit Code Review
Browse files

Merge "Floss: print log on A2DP audio state update" into main

parents 2626737c 74e5ef40
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -530,6 +530,7 @@ impl BluetoothMedia {
                }
            }
            A2dpCallbacks::AudioState(addr, state) => {
                info!("[{}]: a2dp audio state: {:?}", DisplayAddress(&addr), state);
                self.a2dp_audio_state.insert(addr, state);
            }
            A2dpCallbacks::AudioConfig(addr, _config, _local_caps, a2dp_caps) => {