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