From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> This adds GetCapabilities PDU id to controller handlers vtable so it is able to respond it properly. --- audio/avrcp.c | 2 ++ 1 file changed, 2 insertions(+) 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 }, { }, }; -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html