Merge "Bluetooth: Enable macro to skip conn update at conn complete"
This commit is contained in:
commit
f95f96ec0f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue