diff --git a/profiles/audio/avdtp.c b/profiles/audio/avdtp.c index 6b85b0755..004bf6514 100644 --- a/profiles/audio/avdtp.c +++ b/profiles/audio/avdtp.c @@ -2836,6 +2836,7 @@ static gboolean avdtp_parse_resp(struct avdtp *session, return avdtp_discover_resp(session, buf, size); case AVDTP_GET_ALL_CAPABILITIES: get_all = "ALL_"; + /* fall through */ case AVDTP_GET_CAPABILITIES: DBG("GET_%sCAPABILITIES request succeeded", get_all); if (!avdtp_get_capabilities_resp(session, buf, size))