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

Commit 9937242f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "AVRCP play status change updates" into pi-dev

parents 75a43cfc 0334c8bb
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3192,7 +3192,9 @@ static void handle_notification_response(tBTA_AV_META_MSG* pmeta_msg,
        /* Start timer to get play status periodically
         * if the play state is playing.
         */
        if (p_rsp->param.play_status == AVRC_PLAYSTATE_PLAYING) {
        if (p_rsp->param.play_status == AVRC_PLAYSTATE_PLAYING ||
            p_rsp->param.play_status == AVRC_PLAYSTATE_REV_SEEK ||
            p_rsp->param.play_status == AVRC_PLAYSTATE_FWD_SEEK) {
          rc_start_play_status_timer(p_dev);
        }
        HAL_CBACK(bt_rc_ctrl_callbacks, play_status_changed_cb, &rc_addr,