summaryrefslogtreecommitdiff
path: root/android/health.c
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2014-06-30 15:53:47 +0300
committerSzymon Janc <szymon.janc@tieto.com>2014-06-30 15:14:09 +0200
commit8bc8a1d7b7c46df9a4fdeed79e0461169b7cc4b1 (patch)
tree157bc77506c7eb3d3f8465452c55a5d408aac018 /android/health.c
parent95c99bccee69831362da58ebe5e409088eb12296 (diff)
downloadbluez-8bc8a1d7b7c46df9a4fdeed79e0461169b7cc4b1.tar.gz
android/health: Fix adding missing break
Diffstat (limited to 'android/health.c')
-rw-r--r--android/health.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/health.c b/android/health.c
index c618039b2..3225617f6 100644
--- a/android/health.c
+++ b/android/health.c
@@ -1370,6 +1370,7 @@ static uint8_t mcap_mdl_conn_req_cb(struct mcap_mcl *mcl, uint8_t mdepid,
switch (*conf) {
case CHANNEL_TYPE_ANY:
*conf = CHANNEL_TYPE_RELIABLE;
+ break;
case CHANNEL_TYPE_RELIABLE:
break;
case CHANNEL_TYPE_STREAM: