Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 544a44bd authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Bluetooth: DUT discovery the correct adapter name"

parents ab2a4aac da544cc8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -327,6 +327,7 @@ public final class CachedBluetoothDevice implements Comparable<CachedBluetoothDe
                final boolean successful = dev.removeBond();
                if (successful) {
                    if (Utils.D) {
                        mDevice.setAlias(null);
                        Log.d(TAG, "Command sent successfully:REMOVE_BOND " + describe(null));
                    }
                } else if (Utils.V) {