From 05b6cbe100f9a9e3a298a2a76be4f8245f70cc1c Mon Sep 17 00:00:00 2001 From: Barry Date: Mon, 25 Nov 2024 02:20:46 +0000 Subject: [PATCH] Update P22 Bluetooth LEA unicast allowlist: Samsung Galaxy Buds 3 pro Add Samsung Galaxy Buds 3 pro into unicast default allowlist. bug: 380370088 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: I807492d3c54a44797bcc9aafdc6185e9ed0eb1bf --- device-cheetah.mk | 2 +- device-panther.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/device-cheetah.mk b/device-cheetah.mk index 34276c3..3d3989a 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -244,7 +244,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 # Support LE & Classic concurrent encryption (b/330704060) PRODUCT_PRODUCT_PROPERTIES += \ diff --git a/device-panther.mk b/device-panther.mk index 2d92c63..91fe564 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -214,7 +214,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 # Support LE & Classic concurrent encryption (b/330704060) PRODUCT_PRODUCT_PROPERTIES += \