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

Commit 9be14591 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix Battery info not shown after BT off/on" am: c13952d3 am: 470be344 am: 49b2c2f3

parents 69d74620 49b2c2f3
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -1080,6 +1080,10 @@ class LeAudioClientImpl : public LeAudioClient {
          le_audio::types::kLeAudioDirectionSink;
          le_audio::types::kLeAudioDirectionSink;
    }
    }


    callbacks_->OnSinkAudioLocationAvailable(
        leAudioDevice->address_,
        leAudioDevice->snk_audio_locations_.to_ulong());

    leAudioDevice->src_audio_locations_ = source_audio_location;
    leAudioDevice->src_audio_locations_ = source_audio_location;
    if (source_audio_location != 0) {
    if (source_audio_location != 0) {
      leAudioDevice->audio_directions_ |=
      leAudioDevice->audio_directions_ |=