forked from quickshell/quickshell
Missing support for things that require an agent, but has most basics. Closes #17
12 lines
309 B
Markdown
12 lines
309 B
Markdown
name = "Quickshell.Bluetooth"
|
|
description = "Bluetooth API"
|
|
headers = [
|
|
"bluez.hpp",
|
|
"adapter.hpp",
|
|
"device.hpp",
|
|
]
|
|
-----
|
|
This module exposes Bluetooth management APIs provided by the BlueZ DBus interface.
|
|
Both DBus and BlueZ must be running to use it.
|
|
|
|
See the @@Quickshell.Bluetooth.Bluetooth singleton.
|