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

Commit 6d94556b authored by Hemant Gupta's avatar Hemant Gupta Committed by android-build-merger
Browse files

Merge "HID: Remove device from database in error case"

am: 84092f1b

Change-Id: I9a1a0951d394468b4a3ce5a67f79e60dc74600cd
parents fbc3b814 84092f1b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -180,7 +180,7 @@ public class HidHostService extends ProfileService {
                        if (DBG) {
                            Log.d(TAG, "Incoming HID connection rejected");
                        }
                        disconnectHidNative(Utils.getByteAddress(device));
                        virtualUnPlugNative(Utils.getByteAddress(device));
                    } else {
                        broadcastConnectionState(device, convertHalState(halState));
                    }