Bluetooth: Enable macro to skip conn update at conn complete

The patch enables the macro in order to skip the connection
param update at the conn complete event since it interferes
with the link encryption

Change-Id: Id41ed9d9b44bb5f1292b41ac9ec9507e97d51eba
CRs-Fixed: 585765
This commit is contained in:
Nitin Arora 2013-12-11 11:56:47 -08:00
parent 0804072561
commit f68d13a12d
1 changed files with 2 additions and 0 deletions

View File

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