summaryrefslogtreecommitdiffstats
path: root/include/bdroid_manta.txt
diff options
context:
space:
mode:
authorGanesh Ganapathi Batta <ganeshg@broadcom.com>2012-07-09 10:06:23 -0700
committerMatthew Xie <mattx@google.com>2012-07-26 17:31:09 -0700
commit4f2d8177155f253cda00490912bbcc66466c0c73 (patch)
tree9c35f49c6a776acecead323bef2768f30dc66566 /include/bdroid_manta.txt
parent81facba4622dd827852bf0ecb9d34e8e571ab4e4 (diff)
downloadexternal_bluetooth_bluedroid-4f2d8177155f253cda00490912bbcc66466c0c73.zip
external_bluetooth_bluedroid-4f2d8177155f253cda00490912bbcc66466c0c73.tar.gz
external_bluetooth_bluedroid-4f2d8177155f253cda00490912bbcc66466c0c73.tar.bz2
Fix for CR BLTH01539543
Define max L2CAP channels to be 16 and combine MAX_L2CAP_LINKS and MAX_BD_CONNECTION into one definition Change-Id: Ib5cb95f5829400b2182beb3c8409142a20b8fb95
Diffstat (limited to 'include/bdroid_manta.txt')
-rwxr-xr-xinclude/bdroid_manta.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/bdroid_manta.txt b/include/bdroid_manta.txt
index 45de212..cb8afbf 100755
--- a/include/bdroid_manta.txt
+++ b/include/bdroid_manta.txt
@@ -17,8 +17,8 @@ L2CAP_EXTFEA_SUPPORTED_MASK = (L2CAP_EXTFEA_ENH_RETRANS | L2CAP_EXTFEA_STREAM_MO
BTUI_OPS_FORMATS = (BTA_OP_VCARD21_MASK | BTA_OP_VCAL_MASK | BTA_OP_VNOTE_MASK | BTA_OP_ANY_MASK)
RFCOMM_INCLUDED = TRUE
MAX_RFC_PORTS = 30
-MAX_BD_CONNECTIONS = 7
-MAX_L2CAP_LINKS = 7
+MAX_ACL_CONNECTIONS = 7
+MAX_L2CAP_CHANNELS = 16
BTA_RFC_MTU_SIZE = (L2CAP_MTU_SIZE-L2CAP_MIN_OFFSET-RFCOMM_DATA_OVERHEAD)
PORT_TX_BUF_HIGH_WM = 10
PORT_RX_BUF_HIGH_WM = 10