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

Commit d7030e55 authored by Jaikumar Ganesh's avatar Jaikumar Ganesh Committed by Android Git Automerger
Browse files

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

* commit '198ed3e4':
  BT: Wrong publishing result of bonding error code.
parents 0c2d82c6 198ed3e4
Loading
Loading
Loading
Loading
+1 −1
Original line number 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) {
        mBondState.setBondState(address.toUpperCase(), state);
        mBondState.setBondState(address.toUpperCase(), state, reason);
        return true;
    }