From 3c07636cece7e6169032e080b1d76e9475bb59d7 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Wed, 3 May 2023 12:27:26 +0200 Subject: [PATCH] port: add ENABLE_GOEP_L2CAP to desktop builds --- port/libusb-intel/btstack_config.h | 1 + port/posix-h4-bcm/btstack_config.h | 1 + port/posix-h4-nxp/btstack_config.h | 1 + port/posix-h4/btstack_config.h | 1 + port/posix-h5/btstack_config.h | 1 + port/qt-h4/btstack_config.h | 1 + port/qt-usb/btstack_config.h | 1 + port/raspi/btstack_config.h | 1 + port/windows-h4/btstack_config.h | 1 + port/windows-winusb-intel/btstack_config.h | 1 + port/windows-winusb/btstack_config.h | 1 + 11 files changed, 11 insertions(+) diff --git a/port/libusb-intel/btstack_config.h b/port/libusb-intel/btstack_config.h index 2d28d345c..03c525f62 100644 --- a/port/libusb-intel/btstack_config.h +++ b/port/libusb-intel/btstack_config.h @@ -19,6 +19,7 @@ #define ENABLE_AVRCP_COVER_ART #define ENABLE_BLE #define ENABLE_CLASSIC +#define ENABLE_GOEP_L2CAP #define ENABLE_HFP_WIDE_BAND_SPEECH #define ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE #define ENABLE_L2CAP_LE_CREDIT_BASED_FLOW_CONTROL_MODE diff --git a/port/posix-h4-bcm/btstack_config.h b/port/posix-h4-bcm/btstack_config.h index 86e2e01db..77d9f6afb 100644 --- a/port/posix-h4-bcm/btstack_config.h +++ b/port/posix-h4-bcm/btstack_config.h @@ -21,6 +21,7 @@ #define ENABLE_BLE #define ENABLE_CLASSIC #define ENABLE_CROSS_TRANSPORT_KEY_DERIVATION +#define ENABLE_GOEP_L2CAP #define ENABLE_HFP_WIDE_BAND_SPEECH #define ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE #define ENABLE_L2CAP_LE_CREDIT_BASED_FLOW_CONTROL_MODE diff --git a/port/posix-h4-nxp/btstack_config.h b/port/posix-h4-nxp/btstack_config.h index 86e2e01db..77d9f6afb 100644 --- a/port/posix-h4-nxp/btstack_config.h +++ b/port/posix-h4-nxp/btstack_config.h @@ -21,6 +21,7 @@ #define ENABLE_BLE #define ENABLE_CLASSIC #define ENABLE_CROSS_TRANSPORT_KEY_DERIVATION +#define ENABLE_GOEP_L2CAP #define ENABLE_HFP_WIDE_BAND_SPEECH #define ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE #define ENABLE_L2CAP_LE_CREDIT_BASED_FLOW_CONTROL_MODE diff --git a/port/posix-h4/btstack_config.h b/port/posix-h4/btstack_config.h index 86e2e01db..77d9f6afb 100644 --- a/port/posix-h4/btstack_config.h +++ b/port/posix-h4/btstack_config.h @@ -21,6 +21,7 @@ #define ENABLE_BLE #define ENABLE_CLASSIC #define ENABLE_CROSS_TRANSPORT_KEY_DERIVATION +#define ENABLE_GOEP_L2CAP #define ENABLE_HFP_WIDE_BAND_SPEECH #define ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE #define ENABLE_L2CAP_LE_CREDIT_BASED_FLOW_CONTROL_MODE diff --git a/port/posix-h5/btstack_config.h b/port/posix-h5/btstack_config.h index 5d3a3151a..d32bc26e0 100644 --- a/port/posix-h5/btstack_config.h +++ b/port/posix-h5/btstack_config.h @@ -18,6 +18,7 @@ #define ENABLE_AVRCP_COVER_ART #define ENABLE_BLE #define ENABLE_CLASSIC +#define ENABLE_GOEP_L2CAP #define ENABLE_H5 #define ENABLE_HFP_WIDE_BAND_SPEECH #define ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE diff --git a/port/qt-h4/btstack_config.h b/port/qt-h4/btstack_config.h index 96f7fb977..509aac85d 100644 --- a/port/qt-h4/btstack_config.h +++ b/port/qt-h4/btstack_config.h @@ -20,6 +20,7 @@ #define ENABLE_BLE #define ENABLE_CLASSIC #define ENABLE_CROSS_TRANSPORT_KEY_DERIVATION +#define ENABLE_GOEP_L2CAP #define ENABLE_HFP_WIDE_BAND_SPEECH #define ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE #define ENABLE_L2CAP_LE_CREDIT_BASED_FLOW_CONTROL_MODE diff --git a/port/qt-usb/btstack_config.h b/port/qt-usb/btstack_config.h index 4808d30f3..63cdc7201 100644 --- a/port/qt-usb/btstack_config.h +++ b/port/qt-usb/btstack_config.h @@ -20,6 +20,7 @@ #define ENABLE_BLE #define ENABLE_CLASSIC #define ENABLE_CROSS_TRANSPORT_KEY_DERIVATION +#define ENABLE_GOEP_L2CAP #define ENABLE_HFP_WIDE_BAND_SPEECH #define ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE #define ENABLE_L2CAP_LE_CREDIT_BASED_FLOW_CONTROL_MODE diff --git a/port/raspi/btstack_config.h b/port/raspi/btstack_config.h index a91d72d56..6cddb7981 100644 --- a/port/raspi/btstack_config.h +++ b/port/raspi/btstack_config.h @@ -17,6 +17,7 @@ #define ENABLE_AVRCP_COVER_ART #define ENABLE_BLE #define ENABLE_CLASSIC +#define ENABLE_GOEP_L2CAP #define ENABLE_H5 #define ENABLE_HFP_WIDE_BAND_SPEECH #define ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE diff --git a/port/windows-h4/btstack_config.h b/port/windows-h4/btstack_config.h index 4546591e9..8962c87d0 100644 --- a/port/windows-h4/btstack_config.h +++ b/port/windows-h4/btstack_config.h @@ -19,6 +19,7 @@ #define ENABLE_BLE #define ENABLE_CLASSIC #define ENABLE_CROSS_TRANSPORT_KEY_DERIVATION +#define ENABLE_GOEP_L2CAP #define ENABLE_HFP_WIDE_BAND_SPEECH #define ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE #define ENABLE_L2CAP_LE_CREDIT_BASED_FLOW_CONTROL_MODE diff --git a/port/windows-winusb-intel/btstack_config.h b/port/windows-winusb-intel/btstack_config.h index fdc41f567..094b7bf5c 100644 --- a/port/windows-winusb-intel/btstack_config.h +++ b/port/windows-winusb-intel/btstack_config.h @@ -18,6 +18,7 @@ #define ENABLE_AVRCP_COVER_ART #define ENABLE_BLE #define ENABLE_CLASSIC +#define ENABLE_GOEP_L2CAP #define ENABLE_HFP_WIDE_BAND_SPEECH #define ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE #define ENABLE_L2CAP_LE_CREDIT_BASED_FLOW_CONTROL_MODE diff --git a/port/windows-winusb/btstack_config.h b/port/windows-winusb/btstack_config.h index d5daec1b5..226fcc7cd 100644 --- a/port/windows-winusb/btstack_config.h +++ b/port/windows-winusb/btstack_config.h @@ -19,6 +19,7 @@ #define ENABLE_BLE #define ENABLE_CLASSIC #define ENABLE_CROSS_TRANSPORT_KEY_DERIVATION +#define ENABLE_GOEP_L2CAP #define ENABLE_HFP_WIDE_BAND_SPEECH #define ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE #define ENABLE_L2CAP_LE_CREDIT_BASED_FLOW_CONTROL_MODE