From 329bbe82af2a490afb597536adac806606e3f212 Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Sat, 5 Feb 2022 13:46:24 -0500 Subject: [PATCH] [Moto One vision] Set eSCO size. See https://github.com/phhusson/treble_experimentations/issues/1939 --- rw-system.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rw-system.sh b/rw-system.sh index 539045c..5e275af 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -1039,3 +1039,7 @@ if getprop ro.vendor.build.fingerprint | grep -iq -e UMIDIGI/UMIDIGI_X; then mount -o bind /mnt/phh/smartpa_params /system/etc/smartpa_params restorecon -R /system/etc/smartpa_params fi + +if getprop ro.vendor.build.fingerprint |grep -iq motorola/kane;then + setprop persist.sys.bt.esco_transport_unit_size 16 +fi