From b6487b22fe7fdcd766181f8921306566e26b99fc Mon Sep 17 00:00:00 2001 From: Gowtham Anandha Babu Date: Tue, 20 Aug 2024 00:33:19 +0530 Subject: [PATCH] Make max connected audio a2dp device as one By default five audio a2dp devices can be connected in AOSP bt-stack, but we support only a2dp streaming at a time. This is causing ambiguity when connect 2nd pixel, the media profile is enabled for both 1st and 2nd pixel, causing ambiguity among user. Set the maximum connected audio a2dp device as one, which resolves the ambiguity and when connect 2nd pixel device. Signed-off-by: Gowtham Anandha Babu --- .../overlay-car/frameworks/base/core/res/res/values/config.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bluetooth/overlay-car/frameworks/base/core/res/res/values/config.xml b/bluetooth/overlay-car/frameworks/base/core/res/res/values/config.xml index 42185c22..d0e24356 100644 --- a/bluetooth/overlay-car/frameworks/base/core/res/res/values/config.xml +++ b/bluetooth/overlay-car/frameworks/base/core/res/res/values/config.xml @@ -33,4 +33,6 @@ "8087:0aaa" + + 1