summaryrefslogtreecommitdiff
path: root/android/avdtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'android/avdtp.c')
-rw-r--r--android/avdtp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/avdtp.c b/android/avdtp.c
index bab305bed..34caf3db5 100644
--- a/android/avdtp.c
+++ b/android/avdtp.c
@@ -2647,6 +2647,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))