Bluetooth protocol stack for Linux
Install it by running either;
kpkg install bluez
or
kpkg build bluez
To see the difference, see The handbook
graph TD
N0["bluez"]
style N0 fill:#4a9eff,stroke:#2d7dd2,stroke-width:3px,color:#fff
N1["sbc"]
N2["libical"]
N3["glib"]
N4["dbus"]
N5["gperf"]
N6["eudev"]
N1 --> N0
N2 --> N0
N4 --> N0
N3 --> N0
N3 --> N2
N5 --> N6
N6 --> N0