forked from quickshell/quickshell
bluetooth: add bluetooth integration
Missing support for things that require an agent, but has most basics. Closes #17
This commit is contained in:
parent
1d02292fbf
commit
f681e2016f
22 changed files with 1623 additions and 14 deletions
12
src/bluetooth/module.md
Normal file
12
src/bluetooth/module.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue