From df630c49fcbcfe9b6ef11e74809232c969e2ec34 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Fri, 15 Jan 2016 11:39:01 +0100 Subject: [PATCH] libusb: enable sco --- platforms/libusb/btstack-config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platforms/libusb/btstack-config.h b/platforms/libusb/btstack-config.h index 05498edb5..b0436c300 100644 --- a/platforms/libusb/btstack-config.h +++ b/platforms/libusb/btstack-config.h @@ -21,6 +21,7 @@ #define HAVE_HCI_DUMP #define SDP_DES_DUMP -// #define HAVE_SCO +#define HAVE_SCO +#define HAVE_SCO_OVER_HCI #endif