Merge "Bluetooth: Enable macro to skip conn update at conn complete"

This commit is contained in:
Linux Build Service Account 2013-12-12 00:08:52 -08:00 committed by Gerrit - the friendly Code Review server
commit f95f96ec0f
1 changed files with 2 additions and 0 deletions

View File

@ -25,4 +25,6 @@
// Enables Interleave scan // Enables Interleave scan
#define BTA_HOST_INTERLEAVE_SEARCH TRUE #define BTA_HOST_INTERLEAVE_SEARCH TRUE
#define MAX_L2CAP_CHANNELS 14 #define MAX_L2CAP_CHANNELS 14
// skips conn update at conn completion
#define BTA_BLE_SKIP_CONN_UPD TRUE
#endif #endif