diff --git a/device-husky.mk b/device-husky.mk index cb60da0..74aa67a 100644 --- a/device-husky.mk +++ b/device-husky.mk @@ -193,6 +193,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 0d14aad..94a78ab 100644 --- a/device-ripcurrent.mk +++ b/device-ripcurrent.mk @@ -158,6 +158,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 4156044..3aea38e 100644 --- a/device-shiba.mk +++ b/device-shiba.mk @@ -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 \