13 lines
305 B
Desktop File
13 lines
305 B
Desktop File
[Unit]
|
|
Description=Broadcom BCM43438 bluetooth HCI
|
|
ConditionPathIsDirectory=/proc/device-tree/soc/gpio@7e200000/bt_pins
|
|
Before=bluetooth.service
|
|
After=dev-ttyAMA0.device
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/sbin/hciattach-rpi -n /dev/ttyAMA0 bcm43xx 921600 noflow -
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|