distribution/packages/kernel/linux-firmware/amlogic/rtkbt-firmware-aml/system.d/rtkbt-firmware-aml.service
2022-02-05 09:23:32 -05:00

11 lines
323 B
Desktop File

[Unit]
Description=Attach /dev/ttyS1 to BlueZ stack using rtk_h5 type
Wants=bluetooth.service
Before=bluetooth.service
After=dev-ttyS1.device
[Service]
Type=simple
ExecStartPre=/usr/sbin/rfkill unblock bluetooth
ExecStart=/usr/bin/rtk_hciattach -n -s 115200 /dev/ttyS1 rtk_h5
ExecStopPost=/usr/sbin/rfkill block bluetooth