From 19dbb0b0d2d2ebb8f6ba9e84cfbd51d273dcb56f Mon Sep 17 00:00:00 2001 From: Jakub Pawlowski Date: Tue, 13 Apr 2021 11:00:12 +0200 Subject: [PATCH] sm7325-common: Use bluetooth.audio@2.1 bluetooth.audio@2.1 adds new functionalities required for Bluetooth LE Audio development Bug: 150670922 Change-Id: Iac2ece0c029a38fef82e81f5ba3ba491163818ef --- manifest_yupik.xml | 2 +- sm7325.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest_yupik.xml b/manifest_yupik.xml index 881749e..1532f78 100644 --- a/manifest_yupik.xml +++ b/manifest_yupik.xml @@ -29,7 +29,7 @@ android.hardware.bluetooth.audio hwbinder - 2.0 + 2.1 IBluetoothAudioProvidersFactory default diff --git a/sm7325.mk b/sm7325.mk index 070057d..c91da69 100644 --- a/sm7325.mk +++ b/sm7325.mk @@ -94,7 +94,7 @@ PRODUCT_PACKAGES += \ android.hardware.audio@6.0-impl \ android.hardware.audio.effect@6.0-impl \ android.hardware.audio.service \ - android.hardware.bluetooth.audio@2.0-impl \ + android.hardware.bluetooth.audio@2.1-impl \ android.hardware.soundtrigger@2.3-impl \ audioadsprpcd \ audio.bluetooth.default \