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

Commit bb97a4de authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 7255997 from 5bf0a0d4 to rvc-qpr3-release

Change-Id: If7c1df12d302802cba2ed4fae1546841e9058378
parents 0b4a6eed 5bf0a0d4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ import android.bluetooth.BluetoothProfile;
import android.bluetooth.BluetoothProtoEnums;
import android.bluetooth.OobData;
import android.content.Intent;
import android.os.Build;
import android.os.Message;
import android.os.UserHandle;
import android.util.Log;
@@ -459,7 +460,7 @@ final class BondStateMachine extends StateMachine {
            mRemoteDevices.addDeviceProperties(address);
        }
        infoLog("sspRequestCallback: " + address + " name: " + name + " cod: " + cod
                + " pairingVariant " + pairingVariant + " passkey: " + passkey);
                + " pairingVariant " + pairingVariant + " passkey: " + (Build.IS_DEBUGGABLE ? passkey : "******"));
        int variant;
        boolean displayPasskey = false;
        switch (pairingVariant) {