Disable A2DP hardware offload
A2DP hardware offload is not supported by the Synaptics at present. Bug: 239004641 Test: Start A2DP streaming with AAC or SBC codec Change-Id: I3e37b249b7a44c41d896f65b002486aa5f510d0d
This commit is contained in:
parent
9a2093b008
commit
c0bced1a2b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
ro.vendor.bluetooth.evb_bdaddr="22:22:22:33:44:55"
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.bluetooth.a2dp_offload.supported=true \
|
||||
persist.bluetooth.a2dp_offload.disabled=false \
|
||||
persist.bluetooth.a2dp_offload.disabled=true \
|
||||
persist.bluetooth.a2dp_offload.cap=sbc-aac-aptx-aptxhd-ldac
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
persist.bluetooth.uart.port="/dev/ttySAC18" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue