Add support LE audio switcher in the developer option
Bug: 233018305 Bug: 233005340 Test: switch LE audio feature, and check LE audio functionality status Change-Id: I5305f3b2b1fe19f8a1ddb42ee9101bfb64b9bce2
This commit is contained in:
parent
af53662cd4
commit
933409ce60
2 changed files with 6 additions and 5 deletions
|
@ -248,10 +248,11 @@ PRODUCT_PACKAGES += \
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
SettingsOverlayGFE4J
|
SettingsOverlayGFE4J
|
||||||
|
|
||||||
# Bluetooth LE Audio Hardware offload
|
# Bluetooth LE Audio
|
||||||
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
|
||||||
|
|
||||||
# Bluetooth EWP test tool
|
# Bluetooth EWP test tool
|
||||||
PRODUCT_PACKAGES_DEBUG += \
|
PRODUCT_PACKAGES_DEBUG += \
|
||||||
|
|
|
@ -234,11 +234,11 @@ PRODUCT_PACKAGES += \
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
SettingsOverlayG03Z5
|
SettingsOverlayG03Z5
|
||||||
|
|
||||||
# Bluetooth LE Audio Hardware offload
|
# Bluetooth LE Audio
|
||||||
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
|
||||||
|
|
||||||
# Bluetooth EWP test tool
|
# Bluetooth EWP test tool
|
||||||
PRODUCT_PACKAGES_DEBUG += \
|
PRODUCT_PACKAGES_DEBUG += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue