Diff between 53347040ad76de23b72ba024948e82a938ab6ad6 and b5fbb08a56aaf391d1393f2efdf349e8fc173cb9
Changed Files
| File | Additions | Deletions | Status |
| obexd/client/bluetooth.c | +2 | -0 | modified |
Full Patch
diff --git a/obexd/client/bluetooth.c b/obexd/client/bluetooth.c
index e35124a..0c043e0 100644
--- a/obexd/client/bluetooth.c
+++ b/obexd/client/bluetooth.c
@@ -306,6 +306,8 @@ static gboolean service_callback(GIOChannel *io, GIOCondition cond,
if (bt_string2uuid(&uuid, session->service) < 0)
goto failed;
+ sdp_uuid128_to_uuid(&uuid);
+
search = sdp_list_append(NULL, &uuid);
attrid = sdp_list_append(NULL, &range);