1# start bt_vhci_forwarder when apex is ready 2on property:apex.all.ready=true 3 start bt_vhci_forwarder 4 5service bt_vhci_forwarder /apex/com.google.cf.bt/bin/bt_vhci_forwarder -virtio_console_dev=${vendor.ser.bt-uart} 6 user bluetooth 7 group bluetooth 8 9service btlinux /apex/com.google.cf.bt/bin/hw/android.hardware.bluetooth-service.default 10 class hal 11 user bluetooth 12 group bluetooth net_admin net_bt_admin 13 capabilities NET_ADMIN 14 15service bt_finder /apex/com.google.cf.bt/bin/hw/android.hardware.bluetooth.finder-service.default 16 class hal 17 user bluetooth 18 group bluetooth net_admin net_bt_admin 19 capabilities NET_ADMIN 20 21service bt_ranging /apex/com.google.cf.bt/bin/hw/android.hardware.bluetooth.ranging-service.default 22 class hal 23 user bluetooth 24 group bluetooth net_admin net_bt_admin 25 capabilities NET_ADMIN 26 27service bt_lmp_event /apex/com.google.cf.bt/bin/hw/android.hardware.bluetooth.lmp_event-service.default 28 class hal 29 user bluetooth 30 group bluetooth net_admin net_bt_admin 31 capabilities NET_ADMIN 32