From 5308b30f8d0df008775ab8954889591879660657 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Fri, 9 Oct 2020 12:23:47 +0200 Subject: [PATCH] ports: enable ENABLE_CROSS_TRANSPORT_KEY_DERIVATION for desktop --- port/libusb/btstack_config.h | 1 + port/posix-h4/btstack_config.h | 1 + port/qt-h4/btstack_config.h | 1 + port/qt-usb/btstack_config.h | 1 + port/windows-h4/btstack_config.h | 1 + port/windows-winusb/btstack_config.h | 1 + 6 files changed, 6 insertions(+) diff --git a/port/libusb/btstack_config.h b/port/libusb/btstack_config.h index 3ae1861e1..31bf51f29 100644 --- a/port/libusb/btstack_config.h +++ b/port/libusb/btstack_config.h @@ -28,6 +28,7 @@ #define ENABLE_SCO_OVER_HCI #define ENABLE_SDP_DES_DUMP #define ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE +#define ENABLE_CROSS_TRANSPORT_KEY_DERIVATION #define ENABLE_SOFTWARE_AES128 // BTstack configuration. buffers, sizes, ... diff --git a/port/posix-h4/btstack_config.h b/port/posix-h4/btstack_config.h index c6a365068..152500bc2 100644 --- a/port/posix-h4/btstack_config.h +++ b/port/posix-h4/btstack_config.h @@ -29,6 +29,7 @@ #define ENABLE_LOG_INFO #define ENABLE_SCO_OVER_HCI #define ENABLE_SDP_DES_DUMP +#define ENABLE_CROSS_TRANSPORT_KEY_DERIVATION #define ENABLE_SOFTWARE_AES128 // #define ENABLE_EHCILL diff --git a/port/qt-h4/btstack_config.h b/port/qt-h4/btstack_config.h index 1bc2c8e9f..6ab679063 100644 --- a/port/qt-h4/btstack_config.h +++ b/port/qt-h4/btstack_config.h @@ -27,6 +27,7 @@ #define ENABLE_SCO_OVER_HCI #define ENABLE_SDP_DES_DUMP #define ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE +#define ENABLE_CROSS_TRANSPORT_KEY_DERIVATION #define ENABLE_SOFTWARE_AES128 // BTstack configuration. buffers, sizes, ... diff --git a/port/qt-usb/btstack_config.h b/port/qt-usb/btstack_config.h index 1bc2c8e9f..6ab679063 100644 --- a/port/qt-usb/btstack_config.h +++ b/port/qt-usb/btstack_config.h @@ -27,6 +27,7 @@ #define ENABLE_SCO_OVER_HCI #define ENABLE_SDP_DES_DUMP #define ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE +#define ENABLE_CROSS_TRANSPORT_KEY_DERIVATION #define ENABLE_SOFTWARE_AES128 // BTstack configuration. buffers, sizes, ... diff --git a/port/windows-h4/btstack_config.h b/port/windows-h4/btstack_config.h index 844b0e670..59ce3c8df 100644 --- a/port/windows-h4/btstack_config.h +++ b/port/windows-h4/btstack_config.h @@ -23,6 +23,7 @@ #define ENABLE_LE_DATA_CHANNELS #define ENABLE_LE_DATA_LENGTH_EXTENSION #define ENABLE_LE_PRIVACY_ADDRESS_RESOLUTION +#define ENABLE_CROSS_TRANSPORT_KEY_DERIVATION #define ENABLE_LOG_ERROR #define ENABLE_LOG_INFO #define ENABLE_SCO_OVER_HCI diff --git a/port/windows-winusb/btstack_config.h b/port/windows-winusb/btstack_config.h index 3334245b7..40d22128d 100644 --- a/port/windows-winusb/btstack_config.h +++ b/port/windows-winusb/btstack_config.h @@ -23,6 +23,7 @@ #define ENABLE_LE_DATA_CHANNELS #define ENABLE_LE_DATA_LENGTH_EXTENSION #define ENABLE_LE_PRIVACY_ADDRESS_RESOLUTION +#define ENABLE_CROSS_TRANSPORT_KEY_DERIVATION #define ENABLE_LOG_ERROR #define ENABLE_LOG_INFO #define ENABLE_SCO_OVER_HCI