diff --git a/bundles/org.openhab.binding.bluetooth/src/main/java/org/openhab/binding/bluetooth/discovery/internal/BluetoothDiscoveryService.java b/bundles/org.openhab.binding.bluetooth/src/main/java/org/openhab/binding/bluetooth/discovery/internal/BluetoothDiscoveryService.java index af31f910b..efe8ae370 100644 --- a/bundles/org.openhab.binding.bluetooth/src/main/java/org/openhab/binding/bluetooth/discovery/internal/BluetoothDiscoveryService.java +++ b/bundles/org.openhab.binding.bluetooth/src/main/java/org/openhab/binding/bluetooth/discovery/internal/BluetoothDiscoveryService.java @@ -155,10 +155,6 @@ public class BluetoothDiscoveryService extends AbstractDiscoveryService implemen private static DiscoveryResult copyWithNewBridge(DiscoveryResult result, BluetoothAdapter adapter) { String label = result.getLabel(); - String adapterLabel = adapter.getLabel(); - if (adapterLabel != null) { - label = adapterLabel + " - " + label; - } return DiscoveryResultBuilder.create(createThingUIDWithBridge(result, adapter))// .withBridge(adapter.getUID())//