Merge "Bluetooth: Defining the MAX L2CAP channels"

This commit is contained in:
Linux Build Service Account 2014-05-21 00:13:37 -07:00 committed by Gerrit - the friendly Code Review server
commit e5bb515c4e
1 changed files with 1 additions and 1 deletions

View File

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