Advance Bluetooth driver and tools

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-04-17 00:03:58 +01:00
parent 6eb854fda6
commit 054acba072
5 changed files with 433 additions and 43 deletions
+1 -27
View File
@@ -7,7 +7,7 @@
# The current slice is explicit-startup, USB-attached, BLE-first, and intentionally not wired to
# USB-class autospawn yet.
include = ["redbear-minimal.toml"]
include = ["redbear-minimal.toml", "redbear-bluetooth-services.toml"]
[general]
filesystem_size = 2048
@@ -15,29 +15,3 @@ filesystem_size = 2048
[packages]
redbear-btusb = {}
redbear-btctl = {}
[[files]]
path = "/var/lib/bluetooth"
data = ""
directory = true
mode = 0o755
[[files]]
path = "/var/run/redbear-btusb"
data = ""
directory = true
mode = 0o755
[[files]]
path = "/usr/lib/init.d/11_btctl.service"
data = """
[unit]
description = "Bluetooth host/control daemon"
requires_weak = [
"05_firmware-loader.service",
]
[service]
cmd = "redbear-btctl"
type = { scheme = "btctl" }
"""