Native bluetooth support (#91)

* Add bluez

* rpi firmware

* add rpi support

* Make packages from rpi

* Fix build

* Fix target

* persistent

* fix package

* Auto enable

* Fix parameter

* Fix rpi

* Fix done
This commit is contained in:
Pascal Vizeli
2018-07-10 01:14:07 +02:00
committed by Pascal Vizeli
parent 6ddf29045e
commit bf69f2e974
17 changed files with 104 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
[Unit]
Description=Bluetooth for BCM43xx
Before=bluetooth.service
After=dev-ttyAMA0.device
ConditionPathIsDirectory=/proc/device-tree/soc/gpio@7e200000/bt_pins
[Service]
Type=forking
ExecStart=/usr/sbin/bluetooth-bcm43xx
[Install]
WantedBy=hassos-hardware.target