1#start 2[Unit] 3Description=RTK bluetooth HCI 4Before=bluetooth.service 5After=dev-ttyS0.device 6 7[Service] 8Type=simple 9ExecStart=/usr/bin/hciattach -n -s 115200 ttyS0 rtk_h5 10 11[Install] 12WantedBy=multi-user.target 13#end 14
1#start 2[Unit] 3Description=RTK bluetooth HCI 4Before=bluetooth.service 5After=dev-ttyS0.device 6 7[Service] 8Type=simple 9ExecStart=/usr/bin/hciattach -n -s 115200 ttyS0 rtk_h5 10 11[Install] 12WantedBy=multi-user.target 13#end 14