diff options
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 */ |