Diff between bf672a2808513c94a59bc891277a6e2d50aaee08 and 87a957998a4dfad55a26007b94950928d82b54a6

Changed Files

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

Full Patch

diff --git a/android/health.c b/android/health.c
index 2d80365..f4edc3e 100644
--- a/android/health.c
+++ b/android/health.c
@@ -1949,7 +1949,7 @@ static void bt_health_connect_channel(const void *buf, uint16_t len)
 		}
 	}
 
-	if (!dev->mcl) {
+	if (!dev->mcl || (dev->mcl && !dev->mcl_conn)) {
 		if (connect_mcl(channel) < 0) {
 			error("health: error retrieving HDP SDP record");
 			goto fail;