Revert "sm6250-common: Switch to QTI bt stack"

This reverts commit 14509d9e2f.

Change-Id: Ibb4d42d067c0ce1e45e8000cd8224d11b58c6c3a
This commit is contained in:
AdarshGrewal 2023-01-22 00:01:44 +05:30 committed by Arian
parent 8a4059e02e
commit a1cf0b5981
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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