mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
e1c58d239b
hciattach has been deprecated in favor of btattach Fixes #1893
13 lines
296 B
Desktop File
13 lines
296 B
Desktop File
[Unit]
|
|
Description=Broadcom 43xx bluetooth HCI
|
|
Requires=brcm43xx-firmware.service
|
|
After=brcm43xx-firmware.service
|
|
Before=bluetooth.service
|
|
ConditionPathExists=/dev/brcm43xx
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/btattach -B /dev/brcm43xx -P bcm -S 3000000
|
|
|
|
[Install]
|
|
WantedBy=bluetooth.target
|