PKGBUILDs/alarm/firmware-brcm43xx/brcm43xx.service
graysky e1c58d239b alarm/firmware-brcm43xx to 1.1-4
hciattach has been deprecated in favor of btattach

Fixes #1893
2024-06-26 08:11:18 -04:00

14 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