From f8c86e2ce053445e64c39fde69ed598bdd6f769b Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Sat, 9 Jan 2021 16:37:03 +0100 Subject: [PATCH] d855: bluetooth: Undef BLUETOOTH_QTI_SW This was long used to enable QC extended features. Right now, with a pure AOSP BT stack, this is completely unused. Moreover, it's enabled by default if devices opt-in for the QTI BT stack. Change-Id: I0ad604d7a7a502df647676b1afc77d770fa50710 --- bluetooth/bdroid_buildcfg.h | 1 - 1 file changed, 1 deletion(-) diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index 87ec469..ca25e77 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -20,6 +20,5 @@ #define BTM_DEF_LOCAL_NAME "LG G3 (D855)" #define BLE_VND_INCLUDED TRUE -#define BLUETOOTH_QTI_SW TRUE #endif