Skip to content
This repository was archived by the owner on Jun 1, 2026. It is now read-only.

Commit c420664

Browse files
committed
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. Tracked-On: OAM-123265 Signed-off-by: Gowtham Anandha Babu <gowtham.anandha.babu@intel.com>
1 parent 630bc5a commit c420664

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • bluetooth/overlay-car/frameworks/base/core/res/res/values

bluetooth/overlay-car/frameworks/base/core/res/res/values/config.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,6 @@
3333
<item>"8087:0aaa"</item>
3434
</string-array>
3535

36+
<!-- Max number of connected audio devices supported by Bluetooth stack -->
37+
<integer name="config_bluetooth_max_connected_audio_devices">1</integer>
3638
</resources>

0 commit comments

Comments
 (0)