summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/pi-bluetooth
Commit message (Collapse)AuthorAgeFilesLines
* bluez5: use pi-bluetooth package for startup infrastructurePeter A. Bigot2018-11-232-4/+56
| | | | | | | | | | RPi-Distro has augmented their bluetooth infrastructure to support new features. It also correctly handles restart, which fixes problems when faults cause hciattach to exit. Replace brcm43438.service with the upstream ones. Resolves: #330 Signed-off-by: Peter A. Bigot <pab@pabigot.com>
* pi-bluetooth: use `_git` suffix in recipe filenameHugo Hromic2018-06-271-0/+0
| | | | | | Keep naming consistency. Signed-off-by: Hugo Hromic <hhromic@gmail.com>
* pi-bluetooth: create to provide standard raspbian script for bluetooth setupPeter A. Bigot2018-05-091-0/+22
Unique bluetooth device addresses are not assigned correctly with some firmware, resulting in a fixed default address. Use the same utility as raspbian does to initialize the device. Closes #236 Signed-off-by: Peter A. Bigot <pab@pabigot.com>