All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] avrcp: Fix response ctype of AbortContinuingResponse
@ 2012-02-23 15:22 Michal Labedzki
  0 siblings, 0 replies; only message in thread
From: Michal Labedzki @ 2012-02-23 15:22 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: kanak.gupta, vani.patel, 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] only message in thread

only message in thread, other threads:[~2012-02-23 15:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-23 15:22 [PATCH] avrcp: Fix response ctype of AbortContinuingResponse Michal Labedzki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.