From d3d2c4e680cfaed6c1e1b85e1be872b9ff48a897 Mon Sep 17 00:00:00 2001 From: Barry Date: Tue, 25 Jun 2024 10:07:39 +0000 Subject: [PATCH] BT: update LEA unicast allowlist SONY Add Sony WF-1000XM5 into unicast default allowlist. Bug: 349296931 Test: build and check system property Flag: NONE allowlist extension Change-Id: I67fca774db6635a3bfc5069a9f02b0a45fd9b31f --- 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 bb3e030..49a3845 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -222,7 +222,7 @@ PRODUCT_COPY_FILES += \ # LE Audio Unicast Allowlist PRODUCT_PRODUCT_PROPERTIES += \ - persist.bluetooth.leaudio.allow_list=SM-R510 + persist.bluetooth.leaudio.allow_list=SM-R510,WF-1000XM5 # Support LE & Classic concurrent encryption (b/330704060) PRODUCT_PRODUCT_PROPERTIES += \ diff --git a/device-panther.mk b/device-panther.mk index 091ce97..0990bbd 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -192,7 +192,7 @@ PRODUCT_COPY_FILES += \ # LE Audio Unicast Allowlist PRODUCT_PRODUCT_PROPERTIES += \ - persist.bluetooth.leaudio.allow_list=SM-R510 + persist.bluetooth.leaudio.allow_list=SM-R510,WF-1000XM5 # Support LE & Classic concurrent encryption (b/330704060) PRODUCT_PRODUCT_PROPERTIES += \