summaryrefslogtreecommitdiffstats
path: root/include/bt_target.h
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2013-02-12 22:25:20 -0800
committerSteve Kondik <shade@chemlab.org>2013-02-12 22:25:20 -0800
commit5ae3694ab8f2913cb42f0046ab7f436aa3d45223 (patch)
treec79c79910b388fac0e880470fe8cdac943288920 /include/bt_target.h
parent9c25a75b3e4c028dff8521e6a7d5215e2e251907 (diff)
parent689d66b6559dcb3a0ad7f6cc33b6129e50910253 (diff)
downloadexternal_bluetooth_bluedroid-5ae3694ab8f2913cb42f0046ab7f436aa3d45223.zip
external_bluetooth_bluedroid-5ae3694ab8f2913cb42f0046ab7f436aa3d45223.tar.gz
external_bluetooth_bluedroid-5ae3694ab8f2913cb42f0046ab7f436aa3d45223.tar.bz2
Merge tag 'android-4.2.2_r1' of https://android.googlesource.com/platform/external/bluetooth/bluedroid into 1.1
Android 4.2.2 release 1
Diffstat (limited to 'include/bt_target.h')
-rwxr-xr-x[-rw-r--r--]include/bt_target.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/bt_target.h b/include/bt_target.h
index db2a126..836868e 100644..100755
--- a/include/bt_target.h
+++ b/include/bt_target.h
@@ -1218,6 +1218,11 @@ and USER_HW_DISABLE_API macros */
#define BTM_BLE_CONFORMANCE_TESTING FALSE
#endif
+/* Maximum number of consecutive HCI commands that can time out
+* before it gets treated as H/w error*/
+#ifndef BTM_MAX_HCI_CMD_TOUT_BEFORE_RESTART
+#define BTM_MAX_HCI_CMD_TOUT_BEFORE_RESTART 2
+#endif
/******************************************************************************
**
@@ -1305,7 +1310,7 @@ and USER_HW_DISABLE_API macros */
/* Minimum number of ACL credit for high priority link */
#ifndef L2CAP_HIGH_PRI_MIN_XMIT_QUOTA
-#define L2CAP_HIGH_PRI_MIN_XMIT_QUOTA 4
+#define L2CAP_HIGH_PRI_MIN_XMIT_QUOTA 5
#endif
/* used for monitoring HCI ACL credit management */