Diff between 394cd732fd5817d4bc1c4b6b7ba3c0944144a4d5 and bd611d833c0b1b4e8d2260b5570629a265138842

Changed Files

File Additions Deletions Status
audio/avrcp.c +2 -0 modified

Full Patch

diff --git a/audio/avrcp.c b/audio/avrcp.c
index ab9ffbf..e3ce2fb 100644
--- a/audio/avrcp.c
+++ b/audio/avrcp.c
@@ -1412,6 +1412,8 @@ static const struct control_pdu_handler tg_control_handlers[] = {
 };
 
 static const struct control_pdu_handler ct_control_handlers[] = {
+		{ AVRCP_GET_CAPABILITIES, AVC_CTYPE_STATUS,
+					avrcp_handle_get_capabilities },
 		{ },
 };