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

Commit be97f487 authored by Joseph Pirozzo's avatar Joseph Pirozzo Committed by android-build-merger
Browse files

Merge "AVRCP Controller request metadata on playback."

am: 100128d0

Change-Id: Ia5000440315c0f8a1bc75142e4463606e9fc931c
parents 58f6bc25 100128d0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3338,6 +3338,8 @@ static void handle_notification_response(tBTA_AV_META_MSG* pmeta_msg,
         */
        if (p_rsp->param.play_status == AVRC_PLAYSTATE_PLAYING) {
          rc_start_play_status_timer(p_dev);
          get_element_attribute_cmd(AVRC_MAX_NUM_MEDIA_ATTR_ID, attr_list,
                                    p_dev);
        } else {
          rc_stop_play_status_timer(p_dev);
        }