From d6bfb33f782e61adb97e522e2a590ba46e90a6f6 Mon Sep 17 00:00:00 2001 From: shihchienc Date: Thu, 16 Mar 2023 08:16:31 +0000 Subject: [PATCH] Default enable LE Audio on T6Pro 1. Default enable LE Audio unicast on android U. 2.Enable LE Audio switcher flag(for developer option) Bug: 273872420 Test: LE Audio unicast related services are all enabled by default Test: Media & Phone call can stream via LE Audio SW path Change-Id: I1f8a643fcf691253dd58043c300b1e65ace09eb0 --- bluetooth/syna_default.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/bluetooth/syna_default.mk b/bluetooth/syna_default.mk index 9d9d197..71ad5ab 100644 --- a/bluetooth/syna_default.mk +++ b/bluetooth/syna_default.mk @@ -14,6 +14,17 @@ # See the License for the specific language governing permissions and # limitations under the License. # + +# Bluetooth LE Audio +PRODUCT_PRODUCT_PROPERTIES += \ + ro.bluetooth.leaudio_switcher.supported=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 \ + # Bluetooth HAL and Pixel extension DEVICE_MANIFEST_FILE += \ device/google/tangorpro/bluetooth/manifest_bluetooth.xml