Loading system/btif/src/btif_rc.cc +3 −1 Original line number Diff line number Diff line Loading @@ -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, Loading Loading
system/btif/src/btif_rc.cc +3 −1 Original line number Diff line number Diff line Loading @@ -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, Loading