mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
deb: Rename bt props for new HAL
Change-Id: I1afd110bffed0f43b1afcbef99be8a3776d24e0b
This commit is contained in:
parent
f4304d7532
commit
a13033dff8
1 changed files with 3 additions and 3 deletions
|
@ -240,11 +240,11 @@ service hciattach /vendor/bin/init.flo.bt.sh
|
|||
disabled
|
||||
oneshot
|
||||
|
||||
on property:bluetooth.hciattach=true
|
||||
on property:vendor.bluetooth.hciattach=true
|
||||
start hciattach
|
||||
|
||||
on property:bluetooth.hciattach=false
|
||||
setprop bluetooth.status off
|
||||
on property:vendor.bluetooth.hciattach=false
|
||||
setprop vendor.bluetooth.status off
|
||||
|
||||
service bridgemgrd /vendor/bin/bridgemgrd
|
||||
class main
|
||||
|
|
Loading…
Reference in a new issue