Loading system/btif/src/btif_rc.cc +1 −2 Original line number Diff line number Diff line Loading @@ -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); } /*************************************************************************** Loading Loading
system/btif/src/btif_rc.cc +1 −2 Original line number Diff line number Diff line Loading @@ -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); } /*************************************************************************** Loading