Bluetooth: Defining the MAX L2CAP channels

Defining the MAX_L2CAP_CHANNEL supported as 16

Change-Id: Id455566e2b43214c93a07305ca7e67a5c33e1a77
CRs-Fixed: 652761
This commit is contained in:
Pramod Sivaraman 2014-04-25 13:52:17 +05:30 committed by venkata Jagadeesh
parent 532782b8f4
commit e12d4c545f
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
#define BTM_DEF_LOCAL_NAME "QCOM-BTD"
// Disables read remote device feature
#define BTA_SKIP_BLE_READ_REMOTE_FEAT FALSE
#define MAX_L2CAP_CHANNELS 14
#define MAX_L2CAP_CHANNELS 16
// skips conn update at conn completion
#define BTA_BLE_SKIP_CONN_UPD FALSE
#endif