Enable LE Audio unicast by default on android U am: 0db706b0f9
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/21644569 Change-Id: I16b4d5ddb83a2cb77470b115f6c6539203a28ec1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
aeac7b5d12
2 changed files with 14 additions and 2 deletions
|
@ -193,7 +193,13 @@ endif
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
ro.bluetooth.leaudio_offload.supported=true \
|
ro.bluetooth.leaudio_offload.supported=true \
|
||||||
persist.bluetooth.leaudio_offload.disabled=false \
|
persist.bluetooth.leaudio_offload.disabled=false \
|
||||||
ro.bluetooth.leaudio_switcher.supported=true
|
ro.bluetooth.leaudio_switcher.supported=true \
|
||||||
|
bluetooth.profile.bap.unicast.client.enabled=true \
|
||||||
|
bluetooth.profile.csip.set_coordinator.enabled=true \
|
||||||
|
bluetooth.profile.hap.client.enabled=true \
|
||||||
|
bluetooth.profile.mcp.server.enabled=true \
|
||||||
|
bluetooth.profile.ccp.server.enabled=true \
|
||||||
|
bluetooth.profile.vcp.controller.enabled=true \
|
||||||
|
|
||||||
# Bluetooth LE Audio CIS handover to SCO
|
# Bluetooth LE Audio CIS handover to SCO
|
||||||
# Set the property only if the controller doesn't support CIS and SCO
|
# Set the property only if the controller doesn't support CIS and SCO
|
||||||
|
|
|
@ -165,7 +165,13 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
ro.bluetooth.leaudio_offload.supported=true \
|
ro.bluetooth.leaudio_offload.supported=true \
|
||||||
persist.bluetooth.leaudio_offload.disabled=false \
|
persist.bluetooth.leaudio_offload.disabled=false \
|
||||||
ro.bluetooth.leaudio_switcher.supported=true
|
ro.bluetooth.leaudio_switcher.supported=true \
|
||||||
|
bluetooth.profile.bap.unicast.client.enabled=true \
|
||||||
|
bluetooth.profile.csip.set_coordinator.enabled=true \
|
||||||
|
bluetooth.profile.hap.client.enabled=true \
|
||||||
|
bluetooth.profile.mcp.server.enabled=true \
|
||||||
|
bluetooth.profile.ccp.server.enabled=true \
|
||||||
|
bluetooth.profile.vcp.controller.enabled=true \
|
||||||
|
|
||||||
# Bluetooth LE Audio CIS handover to SCO
|
# Bluetooth LE Audio CIS handover to SCO
|
||||||
# Set the property only if the controller doesn't support CIS and SCO
|
# Set the property only if the controller doesn't support CIS and SCO
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue