Merge "Enable broadcast source and broadcast assistant behind feature flag" into main

This commit is contained in:
Treehugger Robot 2024-01-04 17:46:04 +00:00 committed by Android (Google) Code Review
commit dd439ce376
5 changed files with 32 additions and 2 deletions

View file

@ -281,6 +281,12 @@ PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.profile.ccp.server.enabled=true \
bluetooth.profile.vcp.controller.enabled=true
ifeq ($(RELEASE_PIXEL_BROADCAST_ENABLED), true)
PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.profile.bap.broadcast.assist.enabled=true \
bluetooth.profile.bap.broadcast.source.enabled=true
endif
# LE Audio switcher in developer options
PRODUCT_PRODUCT_PROPERTIES += \
ro.bluetooth.leaudio_switcher.supported=true \