diff --git a/src/bt-ifce/btrCore_dbus_bluez5.c b/src/bt-ifce/btrCore_dbus_bluez5.c index e17320e..f3e53f5 100644 --- a/src/bt-ifce/btrCore_dbus_bluez5.c +++ b/src/bt-ifce/btrCore_dbus_bluez5.c @@ -4799,6 +4799,7 @@ BtrCore_BTGetPairedDeviceInfo ( if (strcmp(dbusObject2, "Paired") == 0 && device_prop) { if(adapter_path) strncpy(&paths[d][0], adapter_path, (strlen(adapter_path) < BT_MAX_DEV_PATH_LEN) ? strlen(adapter_path) : BT_MAX_DEV_PATH_LEN - 1); +//DummyPR ++d; } }