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

Commit b3663618 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Minor: convert byte[] to String"

parents 7e2dd73d 87f0c9bf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -519,7 +519,8 @@ final class BondStateMachine extends StateMachine {
                BluetoothDevice.BOND_BONDING,
                BluetoothProtoEnums.BOND_SUB_STATE_LOCAL_PIN_REQUESTED, 0);

        infoLog("pinRequestCallback: " + address + " name:" + name + " cod:" + cod);
        infoLog("pinRequestCallback: " + bdDevice.getAddress()
                + " name:" + bdDevice.getName() + " cod:" + new BluetoothClass(cod));

        Message msg = obtainMessage(PIN_REQUEST);
        msg.obj = bdDevice;