From dce5c811f26398c13ebce7d86816038ac1cf1778 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Sun, 20 Aug 2017 22:02:49 -0500 Subject: [PATCH] Raise timeout interval --- DS4Windows/DS4Library/DS4Device.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DS4Windows/DS4Library/DS4Device.cs b/DS4Windows/DS4Library/DS4Device.cs index ce117e6..521b154 100644 --- a/DS4Windows/DS4Library/DS4Device.cs +++ b/DS4Windows/DS4Library/DS4Device.cs @@ -115,7 +115,7 @@ namespace DS4Windows private const int BT_OUTPUT_REPORT_LENGTH = 78; private const int BT_INPUT_REPORT_LENGTH = 547; // Use large value for worst case scenario - private const int READ_STREAM_TIMEOUT = 1000; + private const int READ_STREAM_TIMEOUT = 3000; // Isolated BT report can have latency as high as 15 ms // due to hardware. private const int WARN_INTERVAL_BT = 20;