Disable LE Audio unicast & broadcast by default
Bug: 253951174 Test: LE Audio related services are all disabled by default Test: Enable LE Audio realted services by devleoper options Change-Id: I1ef4d2271769a3c343e4da07133d6941e456a47f
This commit is contained in:
parent
d71280fb16
commit
f976ad7424
1 changed files with 2 additions and 9 deletions
|
@ -24,17 +24,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
# Bluetooth LE Audio
|
# Bluetooth LE Audio
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
ro.bluetooth.leaudio_switcher.supported=true \
|
ro.bluetooth.leaudio_switcher.supported=true \
|
||||||
bluetooth.profile.bap.broadcast.source.enabled=true \
|
ro.bluetooth.leaudio_broadcast_switcher.supported=true \
|
||||||
bluetooth.profile.bap.broadcast.assist.enabled=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 \
|
|
||||||
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.vendor.audio_hal.ble_use_stream_id=true
|
ro.vendor.audio_hal.ble_use_stream_id=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…
Reference in a new issue