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

Commit f492cea1 authored by Sal Savage's avatar Sal Savage Committed by Automerger Merge Worker
Browse files

PlayItem should go out the control channel am: 5038fe0d

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

Change-Id: I15b187fb51bd28be33a565d7d4a704e87ba3460e
parents 73424e12 5038fe0d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -4966,8 +4966,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);
}

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