From 2cb53b66361918abdf24ce677f652fa976540061 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Mon, 20 Dec 2021 12:11:15 +0100 Subject: [PATCH] port/libusb: remove accidental commit for ENABLE_AVDTP_ACCEPTOR_EXPLICIT_START_STREAM_CONFIRMATION --- port/libusb/btstack_config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/port/libusb/btstack_config.h b/port/libusb/btstack_config.h index be88f7797..9e862909e 100644 --- a/port/libusb/btstack_config.h +++ b/port/libusb/btstack_config.h @@ -33,8 +33,7 @@ #define ENABLE_PRINTF_HEXDUMP #define ENABLE_SCO_OVER_HCI #define ENABLE_SDP_DES_DUMP -#define ENABLE_SOFTWARE_AES128 -#define ENABLE_AVDTP_ACCEPTOR_EXPLICIT_START_STREAM_CONFIRMATION +#define ENABLE_SOFTWARE_AES1280 // BTstack configuration. buffers, sizes, ... #define HCI_ACL_PAYLOAD_SIZE (1691 + 4)