Enable broadcast source and broadcast assistant behind feature flag

Bug: 309382793
Test: make build
Change-Id: I4b77b950c3d23fb07082ecf3cac378c7f408dd41
This commit is contained in:
Alice Kuo 2024-01-03 06:57:44 +08:00
parent ee6ea8913a
commit a594f27b87
3 changed files with 18 additions and 0 deletions

View file

@ -181,6 +181,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
# Bluetooth LE Audio enable hardware offloading
PRODUCT_PRODUCT_PROPERTIES += \
ro.bluetooth.leaudio_offload.supported=true \