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

Commit 4479bfb9 authored by Subramanian Srinivasan's avatar Subramanian Srinivasan Committed by Android Git Automerger
Browse files

am c249f81c: am 3b200429: am c8a92c1b: Sends bond state change intent for unbonding a device

* commit 'c249f81c':
  Sends bond state change intent for unbonding a device
parents 63869a01 c249f81c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -123,6 +123,11 @@ final class BondStateMachine extends StateMachine {
                    sendIntent(dev, newState, 0);
                    transitionTo(mPendingCommandState);
                }
                else if (newState == BluetoothDevice.BOND_NONE)
                {
                    /* if the link key was deleted by the stack */
                    sendIntent(dev, newState, 0);
                }
                else
                {
                    Log.e(TAG, "In stable state, received invalid newState: " + newState);