summaryrefslogtreecommitdiffstats
path: root/stack/avrc/avrc_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'stack/avrc/avrc_utils.c')
-rw-r--r--stack/avrc/avrc_utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stack/avrc/avrc_utils.c b/stack/avrc/avrc_utils.c
index 9c9082f79..5656da713 100644
--- a/stack/avrc/avrc_utils.c
+++ b/stack/avrc/avrc_utils.c
@@ -61,6 +61,7 @@ BOOLEAN AVRC_IsValidAvcType(UINT8 pdu_id, UINT8 avc_type)
case AVRC_PDU_ABORT_CONTINUATION_RSP: /* 0x41 */
case AVRC_PDU_SET_ADDRESSED_PLAYER:
case AVRC_PDU_PLAY_ITEM:
+ case AVRC_PDU_SET_ABSOLUTE_VOLUME:
if (avc_type == AVRC_CMD_CTRL)
result=TRUE;
break;