Diff between 3af4ffff5aa805d55b65db3901013c20ae752dee and 9c4712a9995f27c1dd7c8145ca54eb27f14af0a8
Changed Files
| File | Additions | Deletions | Status |
| src/device.c | +1 | -1 | modified |
Full Patch
diff --git a/src/device.c b/src/device.c
index 0a1de7c..2bc0620 100644
--- a/src/device.c
+++ b/src/device.c
@@ -2204,7 +2204,7 @@ static gboolean start_discovery(gpointer user_data)
struct btd_device *device = user_data;
if (device_is_bredr(device))
- device_browse_sdp(device, NULL, NULL, NULL, FALSE);
+ device_browse_sdp(device, NULL, NULL, NULL, TRUE);
else
device_browse_primary(device, NULL, NULL, FALSE);