Default enable LE Audio on T6Pro

1. Default enable LE Audio unicast on android U.
2.Enable LE Audio switcher flag(for developer option)

Bug: 273872420
Test: LE Audio unicast related services are all enabled by default
Test: Media & Phone call can stream via LE Audio SW path
Change-Id: I1f8a643fcf691253dd58043c300b1e65ace09eb0
This commit is contained in:
shihchienc 2023-03-16 08:16:31 +00:00
parent 4d824369cc
commit d6bfb33f78

View file

@ -14,6 +14,17 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# #
# Bluetooth LE Audio
PRODUCT_PRODUCT_PROPERTIES += \
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 HAL and Pixel extension # Bluetooth HAL and Pixel extension
DEVICE_MANIFEST_FILE += \ DEVICE_MANIFEST_FILE += \
device/google/tangorpro/bluetooth/manifest_bluetooth.xml device/google/tangorpro/bluetooth/manifest_bluetooth.xml