소스 검색

Enable broadcast and unicast profile by default

Bug: 234337037
Test: Make sure le audio broadcast and unicast profiles are default enabled
Change-Id: Ib8beccc1d742c90ba6fd510ae23d5e0221fdddd5
Patty Huang 2 년 전
부모
커밋
48138638a6
1개의 변경된 파일9개의 추가작업 그리고 2개의 파일을 삭제
  1. 9 2
      device-lynx.mk

+ 9 - 2
device-lynx.mk

@@ -186,5 +186,12 @@ PRODUCT_PROPERTY_OVERRIDES += \
 
 # Bluetooth LE Audio
 PRODUCT_PRODUCT_PROPERTIES += \
-	ro.bluetooth.leaudio_switcher.supported=true
-
+	ro.bluetooth.leaudio_switcher.supported=true \
+	bluetooth.profile.bap.broadcast.source.enabled=true \
+	bluetooth.profile.bap.broadcast.assist.enabled=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