From 0f42177a12ca19deb3fd0fb31261cc74c6e36f35 Mon Sep 17 00:00:00 2001 From: SamarV-121 Date: Fri, 25 Feb 2022 20:14:00 +0100 Subject: [PATCH] sm7125: Change eSCO Transport Unit Size to 16 * Fixes bluetooth calls * Depends on https://review.lineageos.org/c/LineageOS/android_system_bt/+/319781 Change-Id: I2969982b71c4ca0c15b7cac4d6bc6c5618c65a0b --- bluetooth/include/bdroid_buildcfg.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bluetooth/include/bdroid_buildcfg.h b/bluetooth/include/bdroid_buildcfg.h index 30d64ea..6a99bce 100644 --- a/bluetooth/include/bdroid_buildcfg.h +++ b/bluetooth/include/bdroid_buildcfg.h @@ -32,4 +32,6 @@ #define AVDT_NUM_SEPS 35 +#define BTM_ESCO_TRANSPORT_UNIT_SIZE_PCM16 + #endif