From d4a1bd480003f3e1a0590bc46fbcb24f05652ca7 Mon Sep 17 00:00:00 2001 From: tzh <tanzhtanzh@gmail.com> Date: Thu, 15 Aug 2024 06:56:47 +0000 Subject: [PATCH] feat(wfit/bt): update aic8800 wifi/bt drive and hal --- android/hardware/aw/wireless/bluetooth/config/init.bluetooth.common.rc | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/hardware/aw/wireless/bluetooth/config/init.bluetooth.common.rc b/android/hardware/aw/wireless/bluetooth/config/init.bluetooth.common.rc index 352e7e3..d6a1030 100755 --- a/android/hardware/aw/wireless/bluetooth/config/init.bluetooth.common.rc +++ b/android/hardware/aw/wireless/bluetooth/config/init.bluetooth.common.rc @@ -32,7 +32,7 @@ on property:persist.vendor.overlay.bluetooth_vendor=aic insmod /vendor/modules/aic8800_bsp.ko - insmod /vendor/modules/aic8800_btsdio.ko + insmod /vendor/modules/aic8800_btlpm.ko setprop vendor.init.lpm.load 1 on property:vendor.driver.lpm.load=1 @@ -52,8 +52,8 @@ chmod 0660 /dev/ttyBT0 chown bluetooth net_bt_admin /dev/ttyBT0 # only for aic device - chmod 0666 /sys/devices/platform/aic-bt/rfkill/rfkill1/state - chmod 0666 /sys/devices/platform/aic-bt/rfkill/rfkill1/type + chmod 0666 /sys/devices/platform/aic-bsp/rfkill/rfkill1/state + chmod 0666 /sys/devices/platform/aic-bsp/rfkill/rfkill1/type on property:persist.vendor.overlay.bluetooth_vendor=realtek && property:sys.boot_completed=1 setprop persist.vendor.bluetooth.rtkcoex true -- Gitblit v1.6.2