Loading android/app/src/com/android/bluetooth/opp/BluetoothOppPreference.java +2 −1 Original line number Diff line number Diff line Loading @@ -102,7 +102,8 @@ public class BluetoothOppPreference { } public String getName(BluetoothDevice remoteDevice) { if (remoteDevice.getIdentityAddress().equals("FF:FF:FF:00:00:00")) { String identityAddress = remoteDevice.getIdentityAddress(); if (identityAddress != null && identityAddress.equals("FF:FF:FF:00:00:00")) { return "localhost"; } if (!mNames.isEmpty()) { Loading Loading
android/app/src/com/android/bluetooth/opp/BluetoothOppPreference.java +2 −1 Original line number Diff line number Diff line Loading @@ -102,7 +102,8 @@ public class BluetoothOppPreference { } public String getName(BluetoothDevice remoteDevice) { if (remoteDevice.getIdentityAddress().equals("FF:FF:FF:00:00:00")) { String identityAddress = remoteDevice.getIdentityAddress(); if (identityAddress != null && identityAddress.equals("FF:FF:FF:00:00:00")) { return "localhost"; } if (!mNames.isEmpty()) { Loading