Loading android/app/src/com/android/bluetooth/hid/HidHostService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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)); } Loading Loading
android/app/src/com/android/bluetooth/hid/HidHostService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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)); } Loading