Bluetooth: Kconfig: Add default for L2CAP_IN_MTU if BREDR is enabled
Currently set value as 200 since the HFP needs atleast 132 for CIND response. AVDTP requirement is less that that and SDP protocol can handle partial responses. Note that currently only A2DP offload is considered and for non offload case (which will need a seperate Kconfig anyway) another default will be required. Change-Id: Ief0854365ec47baf754b0a657203e1dc93f0d154 Signed-off-by: Jaganath Kanakkassery <jaganathx.kanakkassery@intel.com>
This commit is contained in:
parent
341f5c9c5e
commit
5d8f6bf2eb
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ config BLUETOOTH_L2CAP_IN_MTU
|
|||
int "Maximum supported L2CAP MTU for incoming data"
|
||||
default 23
|
||||
default 65 if BLUETOOTH_SMP
|
||||
default 200 if BLUETOOTH_BREDR
|
||||
range 23 1300
|
||||
range 65 1300 if BLUETOOTH_SMP
|
||||
help
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue