From f78ec61591647c849f52eef9d9e3caf7fb68d558 Mon Sep 17 00:00:00 2001 From: Satheesh Kumar Pallemoni Date: Fri, 25 Jun 2021 13:00:24 +0200 Subject: [PATCH] sm7250-common: AAC frame control enabled for hal implementation. Added below two changes to enable the AAC frame control when property persist.vendor.bt.a2dp.hal.implementation has nbeen enabled. - Send bitrate value to MM on basis of MTU and sample rate. CRs-Fixed: 2402346 Change-Id: I6c964311dfa5db335d3b9dd21c60d1f9dcc61ebe - A2dpSrc: Calculate bitrate with exact peer MTU value. CRs-Fixed: 2466969 Change-Id: I95e93cb29d1add0b2bca8f99827849519311a0b1 CRs-Fixed: 2474400 Change-Id: I8eea975fac290c117d9781c1455e81e9404f6bd6 Signed-off-by: Omkar Chandorkar --- system.prop | 1 + 1 file changed, 1 insertion(+) diff --git a/system.prop b/system.prop index 3efbf2a..3ac532a 100644 --- a/system.prop +++ b/system.prop @@ -6,6 +6,7 @@ persist.vendor.audio_hal.dsp_bit_width_enforce_mode=24 # Bluetooth persist.vendor.btstack.enable.lpa=true persist.vendor.btstack.enable.twsplus=true +persist.vendor.bt.a2dp.hal.implementation=true ro.bluetooth.library_name=libbluetooth_qti.so # Camera