Diff between 8cdfae35c1e842391231b3301208a7f71e13c452 and e181b40d7c65b75d3a81b6b5be9d4e6130625791

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 7281dd5..4838c65 100644
--- a/android/health.c
+++ b/android/health.c
@@ -387,7 +387,7 @@ static int register_service_additional_protocols(sdp_record_t *rec,
 	if (!l2cap_list)
 		goto fail;
 
-	dcpsm = mcap_get_ctrl_psm(mcap, &err);
+	dcpsm = mcap_get_data_psm(mcap, &err);
 	if (err)
 		goto fail;