linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] avrcp: Fix response ctype of AbortContinuingResponse
@ 2012-03-01 14:45 Michal Labedzki
  2012-03-01 14:45 ` [PATCH 2/3] avrcp: Add error code for rejected vendor command Michal Labedzki
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Michal Labedzki @ 2012-03-01 14:45 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: kanak.gupta, vani.patel, joohi.rastogi, Michal Labedzki

Request ctype of "AbortContinuingResponse" is CONTROL, so response should be
ACCEPTED instead of STABLE. This affect PTS Test Case for TP/RCR/BV-04-C.
---
 audio/avrcp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/audio/avrcp.c b/audio/avrcp.c
index c9ec314..4573133 100644
--- a/audio/avrcp.c
+++ b/audio/avrcp.c
@@ -986,7 +986,7 @@ static uint8_t avrcp_handle_abort_continuing(struct avrcp_player *player,
 	player_abort_pending_pdu(player);
 	pdu->params_len = 0;
 
-	return AVC_CTYPE_STABLE;
+	return AVC_CTYPE_ACCEPTED;
 
 err:
 	pdu->params_len = htons(1);
-- 
on behalf of ST-Ericsson


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2012-03-13 11:51 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-01 14:45 [PATCH 1/3] avrcp: Fix response ctype of AbortContinuingResponse Michal Labedzki
2012-03-01 14:45 ` [PATCH 2/3] avrcp: Add error code for rejected vendor command Michal Labedzki
2012-03-01 15:34   ` Luiz Augusto von Dentz
2012-03-02  9:39     ` Michal Labedzki
2012-03-02 16:59       ` Lucas De Marchi
2012-03-07 16:23         ` [PATCH v3] " Michal Labedzki
2012-03-13 11:51           ` Johan Hedberg
2012-03-01 14:45 ` [PATCH 3/3] avrcp: Treat position as unknown when duration is unavailable Michal Labedzki
2012-03-01 15:43   ` Luiz Augusto von Dentz
2012-03-02 21:31   ` Lucas De Marchi
2012-03-07 16:35     ` Michal Labedzki
2012-03-01 15:50 ` [PATCH 1/3] avrcp: Fix response ctype of AbortContinuingResponse Luiz Augusto von Dentz
2012-03-02 17:16 ` Lucas De Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).