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

Commit 800645a4 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: 3ad747be

am: a50233f0

Change-Id: I8bbfef22e5740e58d49824a9e2941b9f5c1360ef
parents 41b02d21 a50233f0
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));
                    }