feat: add Bluetooth Android companion

This commit is contained in:
2026-07-31 23:32:57 +02:00
parent e53b7400bd
commit 2d715abb12
35 changed files with 1739 additions and 4 deletions
@@ -0,0 +1,24 @@
[Unit]
Description=Pi Car Companion Bluetooth bridge
After=bluetooth.service pi-car-companion.service
Requires=bluetooth.service
Wants=pi-car-companion.service
[Service]
Type=simple
ExecStart=/usr/local/libexec/pi-car-companion-bluetooth
Restart=on-failure
RestartSec=5s
NoNewPrivileges=true
PrivateTmp=true
ProtectSystem=strict
ProtectHome=true
ProtectKernelTunables=true
ProtectKernelModules=true
ProtectControlGroups=true
RestrictRealtime=true
LockPersonality=true
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
[Install]
WantedBy=multi-user.target