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

Commit da544cc8 authored by juncao's avatar juncao Committed by Gerrit - the friendly Code Review server
Browse files

Bluetooth: DUT discovery the correct adapter name

Remove the alias name when user remove one bonded device.

CRs-Fixed: 1064317
Change-Id: I459b3dee5e679432595f97a55ce7b72c4c3777d8
parent f1568a2c
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) {