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:
@@ -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" }
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user