Diff between b19465d1ef1ed7b29687ad51a096d8042719a623 and 202b7a98d6226ce050ffb337def44df3c6de0f39
Changed Files
| File | Additions | Deletions | Status |
| src/profile.c | +1 | -0 | modified |
Full Patch
diff --git a/src/profile.c b/src/profile.c
index 7d6b919..761d5b3 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)