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

Commit 368350bb authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "PlayItem should go out the control channel" am: 19ff0efd

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1689610

Change-Id: Ic78c22f898fbfa206b48b012fd9a53b21be6ad5e
parents d4e5b800 19ff0efd
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -4956,8 +4956,7 @@ static bt_status_t play_item_cmd(const RawAddress& bd_addr, uint8_t scope,
  memcpy(avrc_cmd.play_item.uid, uid, AVRC_UID_SIZE);
  avrc_cmd.play_item.uid_counter = uid_counter;

  return build_and_send_browsing_cmd(&avrc_cmd, p_dev);
  // return build_and_send_vendor_cmd(&avrc_cmd, AVRC_CMD_CTRL, p_dev);
  return build_and_send_vendor_cmd(&avrc_cmd, AVRC_CMD_CTRL, p_dev);
}

/***************************************************************************