From a1cf0b5981c9e3171b51c774803c14c657030fd7 Mon Sep 17 00:00:00 2001 From: AdarshGrewal Date: Sun, 22 Jan 2023 00:01:44 +0530 Subject: [PATCH] Revert "sm6250-common: Switch to QTI bt stack" This reverts commit 14509d9e2f66819b60dcf40dfba5c49949a61b40. Change-Id: Ibb4d42d067c0ce1e45e8000cd8224d11b58c6c3a --- BoardConfigCommon.mk | 2 -- bluetooth/include/bdroid_buildcfg.h | 5 +++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 3b1dfa9..b90ccca 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -57,7 +57,6 @@ USE_CUSTOM_AUDIO_POLICY := 1 # Bluetooth BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(COMMON_PATH)/bluetooth/include -TARGET_USE_QTI_BT_STACK := true # Bootloader TARGET_NO_BOOTLOADER := true @@ -164,7 +163,6 @@ TARGET_VENDOR_PROP += $(COMMON_PATH)/vendor.prop # QCOM BOARD_USES_QCOM_HARDWARE := true -TARGET_FWK_SUPPORTS_FULL_VALUEADDS := true # Recovery BOARD_INCLUDE_DTB_IN_BOOTIMG := true diff --git a/bluetooth/include/bdroid_buildcfg.h b/bluetooth/include/bdroid_buildcfg.h index a0d44b3..5c86aba 100644 --- a/bluetooth/include/bdroid_buildcfg.h +++ b/bluetooth/include/bdroid_buildcfg.h @@ -25,9 +25,10 @@ // Disables read remote device feature #define MAX_ACL_CONNECTIONS 16 -#define MAX_L2CAP_CHANNELS 32 +#define MAX_L2CAP_CHANNELS 16 #define BLE_VND_INCLUDED TRUE #define GATT_MAX_PHY_CHANNEL 10 -#define AVDT_NUM_SEPS 35 +// Increasing SEPs to 12 from 6 to support SHO/MCast i.e. two streams per codec +#define AVDT_NUM_SEPS 12 #endif