Revert "universal7904: Change eSCO Transport Unit Size to 16"
* This is now handled in kernel
This reverts commit c1d67380bfe9828b9cf457cec3a342a74e354001.
Change-Id: I4d864c34a807d816f98ec336ed7b0b99401b2d6c
Signed-off-by: SamarV-121 <samarvispute121@pm.me>
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 71f52a9..b20a81e 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -25,7 +25,6 @@
TARGET_2ND_CPU_VARIANT_RUNTIME := cortex-a53
# Bluetooth
-BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(COMMON_PATH)/bluetooth
BOARD_HAVE_BLUETOOTH_SLSI := true
# Display
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h
deleted file mode 100644
index fa22c6f..0000000
--- a/bluetooth/bdroid_buildcfg.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef _BDROID_BUILDCFG_H
-#define _BDROID_BUILDCFG_H
-
-#define BTM_ESCO_TRANSPORT_UNIT_SIZE_PCM16
-
-#endif