summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2017-07-11 11:27:15 -0700
committerMarcel Holtmann <marcel@holtmann.org>2017-07-11 11:27:15 -0700
commit1d2cbb8acb3c7d8352af1cf3bf478d8e78e0cf2c (patch)
tree0bdebd8d221f35a0e6fb62f1ef288c041a404cd7 /android
parent9c249a035d73b0d23ea3f456382891580431168b (diff)
downloadbluez-1d2cbb8acb3c7d8352af1cf3bf478d8e78e0cf2c.tar.gz
android: Add missing fall through declaration
Diffstat (limited to 'android')
-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))