sm8150-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 <gotenksIN@aosip.dev>
This commit is contained in:
parent
b0e676d74b
commit
e8128ca90d
|
@ -10,6 +10,7 @@ vendor.bluetooth.soc=cherokee
|
|||
persist.vendor.btstack.enable.lpa=true
|
||||
persist.vendor.btstack.enable.twsplus=true
|
||||
persist.vendor.bt.a2dp.aac_whitelist=false
|
||||
persist.vendor.bt.a2dp.hal.implementation=true
|
||||
ro.bluetooth.library_name=libbluetooth_qti.so
|
||||
|
||||
# Camera
|
||||
|
|
Loading…
Reference in New Issue