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

Commit 936fb9c8 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Sends bond state change intent for unbonding a device"

parents e8bed688 d5626fc8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -130,6 +130,9 @@ final class BondStateMachine extends StateMachine {
                else
                {
                    Log.e(TAG, "In stable state, received invalid newState: " + newState);
                    if(newState == BluetoothDevice.BOND_NONE) {
                        sendIntent(dev, newState, 0);
                    }
                }
                break;