Diff between 449381885f9ea3424bb721d7c9930d5b5a45a6c3 and 275ad54c132d969fdb23a58c4c68485887e9efe7

Changed Files

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

Full Patch

diff --git a/android/bluetooth.c b/android/bluetooth.c
index f429d98..4ce3b94 100644
--- a/android/bluetooth.c
+++ b/android/bluetooth.c
@@ -3286,7 +3286,7 @@ static void enable_mps(void)
 {
 	uuid_t uuid, *uuid128;
 
-	sdp_uuid16_create(&uuid, MPS_PROFILE_ID);
+	sdp_uuid16_create(&uuid, MPS_SVCLASS_ID);
 	uuid128 = sdp_uuid_to_uuid128(&uuid);
 	if (!uuid128)
 		return;