mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-23 11:43:24 +00:00
esp32: enable CTKD if configured for dual-mode
This commit is contained in:
parent
d320e1232f
commit
2cbd4c4f94
@ -47,6 +47,11 @@
|
|||||||
// https://github.com/espressif/esp-idf/issues/5494
|
// https://github.com/espressif/esp-idf/issues/5494
|
||||||
#define ENABLE_CLASSIC_LEGACY_CONNECTIONS_FOR_SCO_DEMOS
|
#define ENABLE_CLASSIC_LEGACY_CONNECTIONS_FOR_SCO_DEMOS
|
||||||
|
|
||||||
|
// support CTKD if LE is available, too
|
||||||
|
#ifdef ENABLE_BLE
|
||||||
|
#define ENABLE_CROSS_TRANSPORT_KEY_DERIVATION
|
||||||
|
#endif
|
||||||
|
|
||||||
#define NVM_NUM_LINK_KEYS 16
|
#define NVM_NUM_LINK_KEYS 16
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user