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

Commit bf65b913 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

am: 800645a4

Change-Id: I9b959f7ee90858a5ab28c59468c450100d7cb461
parents c22a0146 800645a4
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));
                    }