diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2012-12-12 17:18:15 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2012-12-12 17:18:15 -0800 |
commit | 689d66b6559dcb3a0ad7f6cc33b6129e50910253 (patch) | |
tree | 0da4b1946b25b966e04569afd01aa992e19fb7bc /include | |
parent | 3ad3c81926cce0ae789752fbef6aa79ba595ae83 (diff) | |
download | external_bluetooth_bluedroid-689d66b6559dcb3a0ad7f6cc33b6129e50910253.zip external_bluetooth_bluedroid-689d66b6559dcb3a0ad7f6cc33b6129e50910253.tar.gz external_bluetooth_bluedroid-689d66b6559dcb3a0ad7f6cc33b6129e50910253.tar.bz2 |
Snapshot 9fd57cbacd95e89602f430244c35bbc67f08b6d2
Change-Id: Ibc3a4bf4161d286c7cfab89a19c676eb5cc9224f
Diffstat (limited to 'include')
-rwxr-xr-x[-rw-r--r--] | include/bt_target.h | 7 |
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 */ |