--- monitor/avdtp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/monitor/avdtp.c b/monitor/avdtp.c index ecd55de..a44fd1a 100644 --- a/monitor/avdtp.c +++ b/monitor/avdtp.c @@ -631,6 +631,7 @@ static bool avdtp_signalling_packet(struct avdtp_frame *avdtp_frame) ret = avdtp_discover(avdtp_frame); break; case AVDTP_GET_CAPABILITIES: + case AVDTP_GET_ALL_CAPABILITIES: ret = avdtp_get_capabilities(avdtp_frame); break; case AVDTP_SET_CONFIGURATION: -- 2.6.2 -- 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