From 882ac4209991000cdd7f743189845467a7c26a3d Mon Sep 17 00:00:00 2001 From: Limon Mia Date: Fri, 22 Nov 2024 07:09:38 +0000 Subject: [PATCH] Add Samsung Galaxy Buds 3 pro to the LE audio allow list Bug: 380369950 Test: PTE PQM-BT LE audio unicast test Flag: EXEMPT The Samsung Galaxy Buds 3 pro users are able to disable LE audio in Settings app Change-Id: I142d38d66e844aab35a72733e84374df72158042 --- device-husky.mk | 2 +- device-shiba.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/device-husky.mk b/device-husky.mk index 5f20ed7..417ab87 100644 --- a/device-husky.mk +++ b/device-husky.mk @@ -242,7 +242,7 @@ PRODUCT_COPY_FILES += \ # LE Audio Unicast Allowlist PRODUCT_PRODUCT_PROPERTIES += \ - persist.bluetooth.leaudio.allow_list=SM-R510,WF-1000XM5 + persist.bluetooth.leaudio.allow_list=SM-R510,WF-1000XM5,SM-R630 # Bluetooth LE Audio CIS handover to SCO # Set the property only for the controller couldn't support CIS/SCO simultaneously. More detailed in b/242908683. diff --git a/device-shiba.mk b/device-shiba.mk index 37a4b46..e74a5d1 100644 --- a/device-shiba.mk +++ b/device-shiba.mk @@ -230,7 +230,7 @@ PRODUCT_COPY_FILES += \ # LE Audio Unicast Allowlist PRODUCT_PRODUCT_PROPERTIES += \ - persist.bluetooth.leaudio.allow_list=SM-R510,WF-1000XM5 + persist.bluetooth.leaudio.allow_list=SM-R510,WF-1000XM5,SM-R630 # Bluetooth LE Audio CIS handover to SCO # Set the property only for the controller couldn't support CIS/SCO simultaneously. More detailed in b/242908683.