universal7885: Change eSCO Transport Unit Size to 16

* Fixes bluetooth calls
 * depends on https://review.lineageos.org/c/LineageOS/android_system_bt/+/312698

Change-Id: Ia380fabeb4f890891b46acd9bf13f4a5b0c95eff
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
SamarV-121 2021-06-16 22:11:57 +05:30 committed by roynatech2544
commit 420bf8d221
2 changed files with 9 additions and 0 deletions

View file

@ -24,6 +24,9 @@ TARGET_2ND_CPU_ABI2 := armeabi
TARGET_2ND_CPU_VARIANT := generic
TARGET_2ND_CPU_VARIANT_RUNTIME := cortex-a53
# Bluetooth
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(COMMON_PATH)/bluetooth
# Build system
BUILD_BROKEN_DUP_RULES := true

View file

@ -0,0 +1,6 @@
#ifndef _BDROID_BUILDCFG_H
#define _BDROID_BUILDCFG_H
#define BTM_ESCO_TRANSPORT_UNIT_SIZE_PCM16
#endif