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
|
// 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
|
||||||
|
|
Loading…
Reference in New Issue