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:
parent
532782b8f4
commit
e12d4c545f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue