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

Commit 336dc9b1 authored by Michael Sun's avatar Michael Sun Committed by Automerger Merge Worker
Browse files

Merge "avrcp/device: Report device connected when abs volume not supported"...

Merge "avrcp/device: Report device connected when abs volume not supported" into main am: 068dbba1

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2837057



Change-Id: Icc354473ce2dcd3a2a89a7510af8cfd385b3f563
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 8c54463a 068dbba1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -580,8 +580,8 @@ void Device::HandleVolumeChanged(
  if (pkt->GetCType() == CType::REJECTED) {
    // Disable Absolute Volume
    active_labels_.erase(label);
    volume_interface_ = nullptr;
    volume_ = VOL_REGISTRATION_FAILED;
    volume_interface_->DeviceConnected(GetAddress());
    return;
  }