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

Commit acdabb1e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Move out handling of BONDING_STATE_CHANGE in StableState"

parents bad98867 8e164dcc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@ final class BondStateMachine extends StateMachine {
                    int newState = msg.arg1;
                /* if incoming pairing, transition to pending state */
                    if (newState == BluetoothDevice.BOND_BONDING) {
                        sendIntent(dev, newState, 0);
                        deferMessage(msg);
                        transitionTo(mPendingCommandState);
                    } else if (newState == BluetoothDevice.BOND_NONE) {
                    /* if the link key was deleted by the stack */