Diff between 95c99bccee69831362da58ebe5e409088eb12296 and 8bc8a1d7b7c46df9a4fdeed79e0461169b7cc4b1

Changed Files

File Additions Deletions Status
android/health.c +1 -0 modified

Full Patch

diff --git a/android/health.c b/android/health.c
index c618039..3225617 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: