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

Commit 198ed3e4 authored by Jaikumar Ganesh's avatar Jaikumar Ganesh Committed by Android Code Review
Browse files

Merge "BT: Wrong publishing result of bonding error code."

parents 848a1e3d ae5fbb0b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1351,7 +1351,7 @@ public class BluetoothService extends IBluetooth.Stub {
    }
    }


    /*package*/ synchronized boolean setBondState(String address, int state, int reason) {
    /*package*/ synchronized boolean setBondState(String address, int state, int reason) {
        mBondState.setBondState(address.toUpperCase(), state);
        mBondState.setBondState(address.toUpperCase(), state, reason);
        return true;
        return true;
    }
    }