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

Commit 055c52c8 authored by Jakub Pawłowski's avatar Jakub Pawłowski Committed by Gerrit Code Review
Browse files

Merge "Log tranport type in BondStateMachine" into main

parents 664d9e89 22dfa1b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -352,7 +352,7 @@ final class BondStateMachine extends StateMachine {
    private boolean createBond(BluetoothDevice dev, int transport, OobData remoteP192Data,
            OobData remoteP256Data, boolean transition) {
        if (dev.getBondState() == BluetoothDevice.BOND_NONE) {
            infoLog("Bond address is:" + dev);
            infoLog("Bond address is:" + dev + ", transport is: " + transport);
            byte[] addr = Utils.getBytesFromAddress(dev.getAddress());
            int addrType = dev.getAddressType();
            boolean result;