Enable LE Audio unicast by default on android U
Bug: 265225257 Test: LE Audio unicast related services are all enabled by default Change-Id: Iec837ebd864699874e2d84a732275fcc0d1c5f97
This commit is contained in:
parent
add8872c72
commit
bb31c3775b
1 changed files with 6 additions and 1 deletions
|
@ -24,10 +24,15 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
# Bluetooth LE Audio
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.bluetooth.leaudio_switcher.supported=true \
|
||||
ro.bluetooth.leaudio_broadcast_switcher.supported=true \
|
||||
ro.bluetooth.leaudio_offload.supported=true \
|
||||
persist.bluetooth.leaudio_offload.disabled=false \
|
||||
ro.vendor.audio_hal.ble_use_stream_id=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
|
||||
# Set the property only if the controller doesn't support CIS and SCO
|
||||
|
|
Loading…
Reference in a new issue