From 275ad54c132d969fdb23a58c4c68485887e9efe7 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Tue, 17 Feb 2015 19:01:51 +0100 Subject: [PATCH] android/bluetooth: Fix MPS UUID Add service class UUID instead of profile UUID to UUIDs list. --- android/bluetooth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/bluetooth.c b/android/bluetooth.c index f429d9889..4ce3b9493 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; -- 2.47.3