summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGanesh Ganapathi Batta <ganeshg@broadcom.com>2012-05-21 16:06:54 -0700
committerMatthew Xie <mattx@google.com>2012-07-14 11:19:21 -0700
commite0dff62878a61e1b45bef41e307b1fb97eea7644 (patch)
tree0cab85177a552fa2a25df63a2d5793b6eb420ca5 /include
parentf3bd1ffe42de3e86df4531cd853dcc4b9bfe669d (diff)
downloadexternal_bluetooth_bluedroid-e0dff62878a61e1b45bef41e307b1fb97eea7644.zip
external_bluetooth_bluedroid-e0dff62878a61e1b45bef41e307b1fb97eea7644.tar.gz
external_bluetooth_bluedroid-e0dff62878a61e1b45bef41e307b1fb97eea7644.tar.bz2
Increase MAX_L2CAP_LINKS to 7(from current 4) and add definition to Bdroid_<target>.txt file
Change-Id: I1db3ef639846b743cc3841fa83ffe4c2379233d5
Diffstat (limited to 'include')
-rwxr-xr-x[-rw-r--r--]include/bdroid_crespo.txt1
-rwxr-xr-x[-rw-r--r--]include/bdroid_crespo4g.txt1
-rwxr-xr-x[-rw-r--r--]include/bdroid_maguro.txt1
-rwxr-xr-x[-rw-r--r--]include/bdroid_toro.txt1
-rwxr-xr-x[-rw-r--r--]include/bdroid_wingray.txt1
5 files changed, 5 insertions, 0 deletions
diff --git a/include/bdroid_crespo.txt b/include/bdroid_crespo.txt
index 97d323f..c404ade 100644..100755
--- a/include/bdroid_crespo.txt
+++ b/include/bdroid_crespo.txt
@@ -44,6 +44,7 @@ BTA_OPC_SENDING_ABORT = TRUE
RFCOMM_INCLUDED = TRUE
MAX_RFC_PORTS = 30
MAX_BD_CONNECTIONS = 7
+MAX_L2CAP_LINKS = 7
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
diff --git a/include/bdroid_crespo4g.txt b/include/bdroid_crespo4g.txt
index 97d323f..c404ade 100644..100755
--- a/include/bdroid_crespo4g.txt
+++ b/include/bdroid_crespo4g.txt
@@ -44,6 +44,7 @@ BTA_OPC_SENDING_ABORT = TRUE
RFCOMM_INCLUDED = TRUE
MAX_RFC_PORTS = 30
MAX_BD_CONNECTIONS = 7
+MAX_L2CAP_LINKS = 7
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
diff --git a/include/bdroid_maguro.txt b/include/bdroid_maguro.txt
index 8759ad6..0d5dcde 100644..100755
--- a/include/bdroid_maguro.txt
+++ b/include/bdroid_maguro.txt
@@ -44,6 +44,7 @@ BTA_OPC_SENDING_ABORT = TRUE
RFCOMM_INCLUDED = TRUE
MAX_RFC_PORTS = 30
MAX_BD_CONNECTIONS = 7
+MAX_L2CAP_LINKS = 7
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
diff --git a/include/bdroid_toro.txt b/include/bdroid_toro.txt
index 60bb1fe..e2146ee 100644..100755
--- a/include/bdroid_toro.txt
+++ b/include/bdroid_toro.txt
@@ -44,6 +44,7 @@ BTA_OPC_SENDING_ABORT = TRUE
RFCOMM_INCLUDED = TRUE
MAX_RFC_PORTS = 30
MAX_BD_CONNECTIONS = 7
+MAX_L2CAP_LINKS = 7
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
diff --git a/include/bdroid_wingray.txt b/include/bdroid_wingray.txt
index 7f288c7..f2db4e5 100644..100755
--- a/include/bdroid_wingray.txt
+++ b/include/bdroid_wingray.txt
@@ -44,6 +44,7 @@ BTA_OPC_SENDING_ABORT = TRUE
RFCOMM_INCLUDED = TRUE
MAX_RFC_PORTS = 30
MAX_BD_CONNECTIONS = 7
+MAX_L2CAP_LINKS = 7
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