From b7d4613b3c1fae825b4c7ba94907c75513feb1c7 Mon Sep 17 00:00:00 2001 From: Hemant Gupta Date: Fri, 4 Mar 2016 22:49:55 +0530 Subject: [PATCH] HID: Reset outgoing connection retry to 1 Reduce the retry time from host to 1 from 3 to prevent collision scenarios when remote also tries to connect which could lead to potential authentication issues in SoC. Change-Id: I3b5db4a4c4aa985cb9c0537499ce608f9e5d5522 --- include/bt_target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bt_target.h b/include/bt_target.h index f47dbb79c..89c472aaf 100644 --- a/include/bt_target.h +++ b/include/bt_target.h @@ -1341,7 +1341,7 @@ #endif #ifndef HID_HOST_MAX_CONN_RETRY -#define HID_HOST_MAX_CONN_RETRY (3) +#define HID_HOST_MAX_CONN_RETRY (1) #endif #ifndef HID_HOST_REPAGE_WIN -- 2.11.0