summaryrefslogtreecommitdiff
path: root/android/bluetooth.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2015-02-17 19:01:51 +0100
committerSzymon Janc <szymon.janc@tieto.com>2015-02-17 19:07:14 +0100
commit275ad54c132d969fdb23a58c4c68485887e9efe7 (patch)
treec1d2a8dfad71a70c98f61e2a2401388a6fe5c9c2 /android/bluetooth.c
parent449381885f9ea3424bb721d7c9930d5b5a45a6c3 (diff)
downloadbluez-275ad54c132d969fdb23a58c4c68485887e9efe7.tar.gz
android/bluetooth: Fix MPS UUID
Add service class UUID instead of profile UUID to UUIDs list.
Diffstat (limited to 'android/bluetooth.c')
-rw-r--r--android/bluetooth.c2
1 files changed, 1 insertions, 1 deletions
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;