mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
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:
parent
69841f6659
commit
420bf8d221
2 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
6
bluetooth/bdroid_buildcfg.h
Normal file
6
bluetooth/bdroid_buildcfg.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef _BDROID_BUILDCFG_H
|
||||
#define _BDROID_BUILDCFG_H
|
||||
|
||||
#define BTM_ESCO_TRANSPORT_UNIT_SIZE_PCM16
|
||||
|
||||
#endif
|
||||
Loading…
Reference in a new issue