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

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

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

* commit 'd7030e55':
  BT: Wrong publishing result of bonding error code.
parents 940138de d7030e55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1104,7 +1104,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;
    }