diff --git a/device-husky.mk b/device-husky.mk index ef1ebc7..9496a9c 100644 --- a/device-husky.mk +++ b/device-husky.mk @@ -206,6 +206,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 \ diff --git a/device-ripcurrent.mk b/device-ripcurrent.mk index 86df2e9..8f13185 100644 --- a/device-ripcurrent.mk +++ b/device-ripcurrent.mk @@ -167,6 +167,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 \ diff --git a/device-shiba.mk b/device-shiba.mk index 70ff205..da84aaa 100644 --- a/device-shiba.mk +++ b/device-shiba.mk @@ -194,6 +194,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 \