From 202b7a98d6226ce050ffb337def44df3c6de0f39 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 21 Nov 2012 15:40:00 +0200 Subject: [PATCH] core: Use UUID-16 or UUID-32 when possible when resolving profiles --- src/profile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/profile.c b/src/profile.c index 7d6b9195d..761d5b3f8 100644 --- a/src/profile.c +++ b/src/profile.c @@ -1389,6 +1389,7 @@ static int resolve_service(struct ext_io *conn, const bdaddr_t *src, int err; bt_string2uuid(&uuid, ext->remote_uuids[0]); + sdp_uuid128_to_uuid(&uuid); err = bt_search_service(src, dst, &uuid, record_cb, conn, NULL); if (err == 0) -- 2.47.3