Revert "sm6250-common: Switch to QTI bt stack"
This reverts commit 14509d9e2f
.
Change-Id: Ibb4d42d067c0ce1e45e8000cd8224d11b58c6c3a
This commit is contained in:
parent
8a4059e02e
commit
a1cf0b5981
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user